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