Struct safer_bytes::error::Truncated  [−][src]
pub struct Truncated;Expand description
Tried to read something, but not enough bytes left in the buffer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Truncated
impl UnwindSafe for Truncated
Blanket Implementations
Mutably borrows from an owned value. Read more