pub type Is<Lhs, Rhs> = Grouped<Is<Lhs, AsExpr<Rhs, Lhs>>>;
sqlite
The return type of lhs.is(rhs).
lhs.is(rhs)