Home
last modified time | relevance | path

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

/external/rust/crates/tokio-util/src/codec/
Dlength_delimited.rs412 pub struct LengthDelimitedCodecError { struct
413 _priv: (),
1031 impl fmt::Debug for LengthDelimitedCodecError { implementation
1037 impl fmt::Display for LengthDelimitedCodecError { implementation
1043 impl StdError for LengthDelimitedCodecError {} implementation