pub struct PrimaryParser { /* private fields */ }
Implementations§
Source§impl PrimaryParser
impl PrimaryParser
pub fn new() -> PrimaryParser
pub fn parse<'input>( &self, input: &'input str, ) -> Result<Box<Expression>, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations§
impl !Freeze for PrimaryParser
impl !RefUnwindSafe for PrimaryParser
impl Send for PrimaryParser
impl Sync for PrimaryParser
impl Unpin for PrimaryParser
impl UnwindSafe for PrimaryParser
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