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