pub type IntersectionRange<Lhs, Rhs> = Intersection<Lhs, Rhs>;
Available on crate feature
postgres_backend
only.Aliased Type§
struct IntersectionRange<Lhs, Rhs>(pub IntersectionRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);
Fields§
§0: IntersectionRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>