RangeAdjacent

Type Alias RangeAdjacent 

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

The return type of lhs.range_adjacent(rhs)

Aliased Typeยง

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