pub trait IntoExpression {
    // Required method
    fn into_expression(self) -> Expression;
}

Required Methods§

Implementors§