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