pub struct EvalIter<R> { /* private fields */ }Expand description
Reads data from R passing each line to an Evaluator to be evaluated.
Implementations§
Trait Implementations§
source§impl<R> LendingIterator for EvalIter<R>where
R: BufRead,
Available on crate feature std only.
impl<R> LendingIterator for EvalIter<R>where R: BufRead,
Available on crate feature
std only.Auto Trait Implementations§
impl<R> !RefUnwindSafe for EvalIter<R>
impl<R> !Send for EvalIter<R>
impl<R> !Sync for EvalIter<R>
impl<R> Unpin for EvalIter<R>where R: Unpin,
impl<R> !UnwindSafe for EvalIter<R>
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