OverlapsWith

Type Alias OverlapsWith 

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

Aliased Typeยง

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