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