Enum minicbor::encode::Error [−][src]
#[non_exhaustive] pub enum Error<W> { Write(W), }
Encoding errors.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Error writing bytes to a Write
impl.
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for Error<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
impl<W> Send for Error<W> where
W: Send,
W: Send,
impl<W> Sync for Error<W> where
W: Sync,
W: Sync,
impl<W> Unpin for Error<W> where
W: Unpin,
W: Unpin,
impl<W> UnwindSafe for Error<W> where
W: UnwindSafe,
W: UnwindSafe,