pub trait IntoExpr { // Required method fn into_expr(self) -> ExprRef; }
Convert this type into an expression reference.