pub struct FormatStream<T, R>{ /* private fields */ }Expand description
Generic iterator for file formats.
Supports files and in-memory buffers and can iterate lazily in both directions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, R> Freeze for FormatStream<T, R>where
R: Freeze,
impl<T, R> RefUnwindSafe for FormatStream<T, R>where
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, R> Send for FormatStream<T, R>
impl<T, R> Sync for FormatStream<T, R>
impl<T, R> Unpin for FormatStream<T, R>where
T: Unpin,
impl<T, R> UnwindSafe for FormatStream<T, R>where
R: UnwindSafe,
T: UnwindSafe,
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