Type Definition diesel::helper_types::RangeContains

source ·
pub type RangeContains<Lhs, Rhs> = Grouped<Contains<Lhs, AsExprOf<Rhs, <SqlTypeOf<Lhs> as RangeHelper>::Inner>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.contains(rhs) for range expressions