pub struct CobsDecoder { /* private fields */ }Expand description
Decodes COBS-framed commands from a byte stream.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CobsDecoder
impl RefUnwindSafe for CobsDecoder
impl Send for CobsDecoder
impl Sync for CobsDecoder
impl Unpin for CobsDecoder
impl UnsafeUnpin for CobsDecoder
impl UnwindSafe for CobsDecoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more