Home
last modified time | relevance | path

Searched defs:LengthDelimitedCodec (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio-util/src/codec/
Dlength_delimited.rs425 pub struct LengthDelimitedCodec { struct
439 // ===== impl LengthDelimitedCodec ====== argument
441 impl LengthDelimitedCodec { implementation
545 impl Decoder for LengthDelimitedCodec { implementation
576 impl Encoder<Bytes> for LengthDelimitedCodec { implementation
620 impl Default for LengthDelimitedCodec { implementation
937 pub fn new_codec(&self) -> LengthDelimitedCodec { in new_codec()