logo
pub trait IntoSimpleExpr {
    fn into_simple_expr(self) -> SimpleExpr;
}
Expand description

Performs a conversion to SimpleExpr

Required methods

Method to perform the conversion

Implementations on Foreign Types

Implementors