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