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