ContainsRange

Type Alias ContainsRange 

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

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

Aliased Typeยง

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