Struct compile::script::ProgramParser
source · [−]pub struct ProgramParser { /* private fields */ }
Implementations
sourceimpl ProgramParser
impl ProgramParser
pub fn new() -> ProgramParser
pub fn parse<'err, __TOKEN: __ToTriple<'err>, __TOKENS: IntoIterator<Item = __TOKEN>>(
&self,
errors: &'err mut Vec<ErrorRecovery<usize, Tok, MiscParseError>>,
__tokens0: __TOKENS
) -> Result<StatementList, ParseError<usize, Tok, MiscParseError>>
Auto Trait Implementations
impl RefUnwindSafe for ProgramParser
impl Send for ProgramParser
impl Sync for ProgramParser
impl Unpin for ProgramParser
impl UnwindSafe for ProgramParser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more