Trait rsmt2::parse::ExprParser [] [src]

pub trait ExprParser<Expr, Info, Input>: Copy {
    fn parse_expr(self, _: Input, _: Info) -> SmtRes<Expr>;
}

Can parse expressions. Used for get_value.

For more information refer to the module-level documentation.

Required Methods

Implementors