pub struct IterInput<I: Iterator> { /* private fields */ }
Expand description
A wrapper for using iterators as parser input.
Implementations§
Trait Implementations§
Source§impl<I: Iterator> ParserInput for IterInput<I>
impl<I: Iterator> ParserInput for IterInput<I>
Auto Trait Implementations§
impl<I> Freeze for IterInput<I>
impl<I> RefUnwindSafe for IterInput<I>
impl<I> Send for IterInput<I>
impl<I> Sync for IterInput<I>
impl<I> Unpin for IterInput<I>
impl<I> UnwindSafe for IterInput<I>
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