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