pub struct TermParser { /* private fields */ }Implementations§
Source§impl TermParser
impl TermParser
pub fn new() -> TermParser
pub fn parse<'input, __TOKEN: __ToTriple<'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, text: &'input str, __tokens0: __TOKENS, ) -> Result<Command, ParseError<usize, Token<'input>, Error>>
Auto Trait Implementations§
impl Freeze for TermParser
impl RefUnwindSafe for TermParser
impl Send for TermParser
impl Sync for TermParser
impl Unpin for TermParser
impl UnwindSafe for TermParser
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