Struct scilla_parser::parser::parser::ScillaTypeParser
source · pub struct ScillaTypeParser { /* private fields */ }Implementations§
source§impl ScillaTypeParser
impl ScillaTypeParser
pub fn new() -> ScillaTypeParser
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>>
Auto Trait Implementations§
impl RefUnwindSafe for ScillaTypeParser
impl Send for ScillaTypeParser
impl Sync for ScillaTypeParser
impl Unpin for ScillaTypeParser
impl UnwindSafe for ScillaTypeParser
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