ContainsRange

Type Alias ContainsRange 

Source
pub type ContainsRange<Lhs, Rhs> = Contains<Lhs, Rhs>;
Available on crate features postgres_backend and sqlite only.
Expand description

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

Aliased Typeยง

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