Struct mini_rxtx::Decoder [−][src]
pub struct Decoder<'a> { /* fields omitted */ }A struct for decoding bytes.
This is not part of the MiniTxRx struct itself because we do not want to
require access to resources when decoding bytes.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Decoder<'a>
impl<'a> RefUnwindSafe for Decoder<'a>impl<'a> !UnwindSafe for Decoder<'a>
impl<'a> !UnwindSafe for Decoder<'a>