pub struct Map<F1, F2>(/* private fields */);Trait Implementations§
Source§impl<I, F1, F2, O> ParserImpl<I> for Map<F1, F2>
impl<I, F1, F2, O> ParserImpl<I> for Map<F1, F2>
Source§type Error = <F1 as ParserImpl<I>>::Error
type Error = <F1 as ParserImpl<I>>::Error
The error type of the parser
Auto Trait Implementations§
impl<F1, F2> Freeze for Map<F1, F2>
impl<F1, F2> RefUnwindSafe for Map<F1, F2>where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
impl<F1, F2> Send for Map<F1, F2>
impl<F1, F2> Sync for Map<F1, F2>
impl<F1, F2> Unpin for Map<F1, F2>
impl<F1, F2> UnwindSafe for Map<F1, F2>where
F1: UnwindSafe,
F2: 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