pub struct ComponentBodyParser { /* private fields */ }
Implementations§
Source§impl ComponentBodyParser
impl ComponentBodyParser
pub fn new() -> ComponentBodyParser
pub fn parse<'err, 'input, __TOKEN: __ToTriple<'err, 'input>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, errors: &'err mut Vec<ParseError>, __tokens0: __TOKENS, ) -> Result<WithMetaData<NodeComponentBody>, ParseError<SourcePosition, Token<&'input str>, ParseError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentBodyParser
impl RefUnwindSafe for ComponentBodyParser
impl Send for ComponentBodyParser
impl Sync for ComponentBodyParser
impl Unpin for ComponentBodyParser
impl UnwindSafe for ComponentBodyParser
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