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