Type Definition diesel::dsl::Like [−][src]
pub type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;
Expand description
The return type of
lhs.like(rhs)
pub type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;
The return type of
lhs.like(rhs)