pub trait Expr<F: Field> { // Required method fn expr(&self) -> Expression<F>; }
Trait that implements functionality to get a constant expression from commonly used types.
Returns an expression for the type.