Struct compile::script::ExprParser
source · [−]pub struct ExprParser { /* private fields */ }
Implementations
sourceimpl ExprParser
impl ExprParser
pub fn new() -> ExprParser
pub fn parse<'err, __TOKEN: __ToTriple<'err>, __TOKENS: IntoIterator<Item = __TOKEN>>(
&self,
errors: &'err mut Vec<ErrorRecovery<usize, Tok, MiscParseError>>,
__tokens0: __TOKENS
) -> Result<Expr, ParseError<usize, Tok, MiscParseError>>
Auto Trait Implementations
impl RefUnwindSafe for ExprParser
impl Send for ExprParser
impl Sync for ExprParser
impl Unpin for ExprParser
impl UnwindSafe for ExprParser
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