Struct edlang_parser::grammar::grammar::UnaryOpParser
source · pub struct UnaryOpParser { /* private fields */ }
Implementations§
source§impl UnaryOpParser
impl UnaryOpParser
pub fn new() -> UnaryOpParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS ) -> Result<UnaryOp, ParseError<usize, Token, LexicalError>>
Auto Trait Implementations§
impl RefUnwindSafe for UnaryOpParser
impl Send for UnaryOpParser
impl Sync for UnaryOpParser
impl Unpin for UnaryOpParser
impl UnwindSafe for UnaryOpParser
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