Struct circomspect_parser::lang::ParseExpression1Parser
source · [−]pub struct ParseExpression1Parser { /* private fields */ }Implementations
sourceimpl ParseExpression1Parser
impl ParseExpression1Parser
pub fn new() -> ParseExpression1Parser
pub fn parse<'input>(
&self,
input: &'input str
) -> Result<Expression, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations
impl RefUnwindSafe for ParseExpression1Parser
impl Send for ParseExpression1Parser
impl Sync for ParseExpression1Parser
impl Unpin for ParseExpression1Parser
impl UnwindSafe for ParseExpression1Parser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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