pub struct RecordFile<A>(/* private fields */);Expand description
Streams records from an optional File. If the file is none, returns the Empty iterator
Trait Implementations§
Source§impl<A: Clone + Send + Sync + for<'de> Deserialize<'de>> IntoIterator for RecordFile<A>
impl<A: Clone + Send + Sync + for<'de> Deserialize<'de>> IntoIterator for RecordFile<A>
Auto Trait Implementations§
impl<A> Freeze for RecordFile<A>
impl<A> RefUnwindSafe for RecordFile<A>where
A: RefUnwindSafe,
impl<A> Send for RecordFile<A>where
A: Send,
impl<A> Sync for RecordFile<A>where
A: Sync,
impl<A> Unpin for RecordFile<A>where
A: Unpin,
impl<A> UnsafeUnpin for RecordFile<A>
impl<A> UnwindSafe for RecordFile<A>where
A: 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