diesel::dsl

Type Alias Like

Source
pub type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;
Expand description

The return type of lhs.like(rhs)

Aliased Typeยง

struct Like<Lhs, Rhs> { /* private fields */ }