pub trait ValueIntoExpression {
    // Required methods
    fn into_expression(self) -> Expression;
    fn into_expr(self) -> Expr;
}

Required Methods§

Implementors§