Enum mini_rxtx::Decoded [−][src]
pub enum Decoded<T> {
Msg(T),
FrameNotYetComplete,
Error(Error),
}Variants
Error(Error)Auto Trait Implementations
impl<T> RefUnwindSafe for Decoded<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Decoded<T> where
T: Send,
T: Send,
impl<T> Sync for Decoded<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Decoded<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Decoded<T> where
T: UnwindSafe,
T: UnwindSafe,