pub struct InstrParser { /* private fields */ }Implementations§
Source§impl InstrParser
impl InstrParser
pub fn new() -> InstrParser
pub fn parse<'input, B, __TOKEN: __ToTriple<'input, B>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Instr<String, B>, ParseError<usize, Tok<'input>, LexError>>
Auto Trait Implementations§
impl Freeze for InstrParser
impl RefUnwindSafe for InstrParser
impl Send for InstrParser
impl Sync for InstrParser
impl Unpin for InstrParser
impl UnsafeUnpin for InstrParser
impl UnwindSafe for InstrParser
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