(function() {var implementors = {};
implementors["tokio_codec"] = [{text:"impl Decoder for BytesCodec",synthetic:false,types:["tokio_codec::bytes_codec::BytesCodec"]},{text:"impl Decoder for LinesCodec",synthetic:false,types:["tokio_codec::lines_codec::LinesCodec"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()