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,
impl<T> RefUnwindSafe for Decoded<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Decoded<T> where
T: UnwindSafe,
impl<T> UnwindSafe for Decoded<T> where
T: UnwindSafe,