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