pub struct BufferReaderError;
Expand description
The BufferReader had a problem. The only problem worth mentioning is that it did not have enough bytes to complete a requested operations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferReaderError
impl RefUnwindSafe for BufferReaderError
impl Send for BufferReaderError
impl Sync for BufferReaderError
impl Unpin for BufferReaderError
impl UnwindSafe for BufferReaderError
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