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§
struct RangeAdjacent<Lhs, Rhs>(pub RangeAdjacent<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);
Fields§
§0: RangeAdjacent<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>