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