Trait sea_orm::query::IntoSimpleExpr[][src]

pub trait IntoSimpleExpr {
    fn into_simple_expr(self) -> SimpleExpr;
}

Required methods

Implementations on Foreign Types

Implementors