pub struct EmptySeekableWriter;
Expand description
A seekable writer that always writes zero bytes and reports position as 0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptySeekableWriter
impl RefUnwindSafe for EmptySeekableWriter
impl Send for EmptySeekableWriter
impl Sync for EmptySeekableWriter
impl Unpin for EmptySeekableWriter
impl UnwindSafe for EmptySeekableWriter
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