Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§