Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dlength_delimited.rs438 pub struct LengthDelimitedCodecError { struct
439 _priv: (),
1074 impl fmt::Debug for LengthDelimitedCodecError { implementation
1080 impl fmt::Display for LengthDelimitedCodecError { implementation
1086 impl StdError for LengthDelimitedCodecError {} implementation