pub type IntersectionRange<Lhs, Rhs> = Intersection<Lhs, Rhs>;Available on crate features
postgres_backend and __sqlite-shared only.Aliased Typeยง
pub struct IntersectionRange<Lhs, Rhs>(/* private fields */);