pub struct EndOfSourceParser;
Trait Implementations§
Source§impl Parser for EndOfSourceParser
impl Parser for EndOfSourceParser
fn parse<'a>(&self, _: &ParserRegistry, input: &'a str) -> ParseResult<'a>
fn extend(&self, parser: ParserHandle)
Auto Trait Implementations§
impl Freeze for EndOfSourceParser
impl RefUnwindSafe for EndOfSourceParser
impl Send for EndOfSourceParser
impl Sync for EndOfSourceParser
impl Unpin for EndOfSourceParser
impl UnwindSafe for EndOfSourceParser
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