RangeAdjacent

Type Alias RangeAdjacent 

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

The return type of lhs.range_adjacent(rhs)

Aliased Typeยง

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