IntoExpr

Trait IntoExpr 

Source
pub trait IntoExpr {
    // Required method
    fn into_expr(self) -> ExprRef;
}

Required Methods§

Source

fn into_expr(self) -> ExprRef

Convert this type into an expression reference.

Implementors§