Enum flo_canvas::StreamDecoderError [−][src]
pub enum StreamDecoderError<E> {
Decoder(DecoderError),
Stream(E),
}Expand description
Error from either a decoder or the stream that’s feeding it
Variants
Error from the decoder
Tuple Fields of Decoder
0: DecoderErrorError from the stream
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<E> RefUnwindSafe for StreamDecoderError<E> where
E: RefUnwindSafe,
impl<E> Send for StreamDecoderError<E> where
E: Send,
impl<E> Sync for StreamDecoderError<E> where
E: Sync,
impl<E> Unpin for StreamDecoderError<E> where
E: Unpin,
impl<E> UnwindSafe for StreamDecoderError<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more