Struct zstd_safe::ContentSizeError
source · pub struct ContentSizeError;
Expand description
Indicates an error happened when parsing the frame content size.
The stream may be corrupted, or the given frame prefix was too small.
Trait Implementations§
source§impl Debug for ContentSizeError
impl Debug for ContentSizeError
Auto Trait Implementations§
impl RefUnwindSafe for ContentSizeError
impl Send for ContentSizeError
impl Sync for ContentSizeError
impl Unpin for ContentSizeError
impl UnwindSafe for ContentSizeError
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