pub type Is<Lhs, Rhs> = Grouped<Is<Lhs, AsExpr<Rhs, Lhs>>>;Available on crate features
sqlite and postgres_backend only.Expand description
The return type of lhs.is(rhs).
Aliased Typeยง
pub struct Is<Lhs, Rhs>(/* private fields */);