Enum defmt_decoder::DecodeError [−][src]
pub enum DecodeError { UnexpectedEof, Malformed, }
This is supported on
unstable
only.Variants
More data is needed to decode the next frame.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.