IntersectionRange

Type Alias IntersectionRange 

Source
pub type IntersectionRange<Lhs, Rhs> = Intersection<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Typeยง

pub struct IntersectionRange<Lhs, Rhs>(/* private fields */);