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 DecodeErrorimpl Send for DecodeErrorimpl Sync for DecodeErrorimpl Unpin for DecodeErrorimpl UnwindSafe for DecodeErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.