Type Definition diesel::helper_types::Like

source · []
pub type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;
Expand description

The return type of lhs.like(rhs)