Struct simplexpr::simplexpr_parser::Expr2Parser
source · [−]pub struct Expr2Parser { /* private fields */ }Implementations
sourceimpl Expr2Parser
impl Expr2Parser
pub fn new() -> Expr2Parser
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 Expr2Parser
impl Send for Expr2Parser
impl Sync for Expr2Parser
impl Unpin for Expr2Parser
impl UnwindSafe for Expr2Parser
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