Skip to main content

IntoExpr

Trait IntoExpr 

Source
pub trait IntoExpr {
    // Required method
    fn like_expr<T>(&self, col: T) -> SimpleExpr
       where T: ColumnTrait;
}
Available on crate features api and seaorm only.

Required Methods§

Source

fn like_expr<T>(&self, col: T) -> SimpleExpr
where T: ColumnTrait,

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoExpr for &String

Source§

fn like_expr<T>(&self, col: T) -> SimpleExpr
where T: ColumnTrait,

Implementors§