LesserThanRange

Type Alias LesserThanRange 

Source
pub type LesserThanRange<Lhs, Rhs> = Grouped<IsContainedByNet<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.range_is_contained_by(rhs)

Aliased Typeยง

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