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