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