pub struct MessageTooShort;Expand description
Error type for trying to parse a zero-length message
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageTooShort
impl RefUnwindSafe for MessageTooShort
impl Send for MessageTooShort
impl Sync for MessageTooShort
impl Unpin for MessageTooShort
impl UnwindSafe for MessageTooShort
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