Type Definition diesel::helper_types::Is
source · pub type Is<Lhs, Rhs> = Grouped<Is<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature
sqlite
only.Expand description
The return type of lhs.is(rhs)
.
pub type Is<Lhs, Rhs> = Grouped<Is<Lhs, AsExpr<Rhs, Lhs>>>;
sqlite
only.The return type of lhs.is(rhs)
.