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