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

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

The return type of lhs.like(rhs)