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