Struct simplexpr::simplexpr_parser::ExprParser
source · [−]pub struct ExprParser { /* private fields */ }Implementations
sourceimpl ExprParser
impl ExprParser
pub fn new() -> ExprParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>(
&self,
fid: usize,
__tokens0: __TOKENS
) -> Result<SimplExpr, ParseError<usize, Token, LexicalError>>
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more