pub struct MapParser<I, O> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<I: 'static, O: 'static> Parser for MapParser<I, O>
impl<I: 'static, O: 'static> Parser for MapParser<I, O>
fn parse<'a>( &self, registry: &ParserRegistry, input: &'a str, ) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl<I, O> Freeze for MapParser<I, O>
impl<I, O> !RefUnwindSafe for MapParser<I, O>
impl<I, O> Send for MapParser<I, O>
impl<I, O> Sync for MapParser<I, O>
impl<I, O> Unpin for MapParser<I, O>
impl<I, O> !UnwindSafe for MapParser<I, O>
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