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