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