[][src]Type Definition diesel::helper_types::Like

type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;

The return type of lhs.like(rhs)