pub trait IntoSimpleExpr {
// Required method
fn into_simple_expr(self) -> SimpleExpr;
}
Expand description
Performs a conversion to SimpleExpr
Required Methods§
Sourcefn into_simple_expr(self) -> SimpleExpr
fn into_simple_expr(self) -> SimpleExpr
Method to perform the conversion