Type Alias diesel::helper_types::OverlapsWith

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

The return type of lhs.overlaps_with(rhs)

Aliased Type§

struct OverlapsWith<Lhs, Rhs>(pub OverlapsWith<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: OverlapsWith<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>