Type Alias diesel::dsl::OverlapsWithNet
source · pub type OverlapsWithNet<Lhs, Rhs> = Grouped<OverlapsWith<Lhs, AsExprOf<Rhs, Inet>>>;Available on crate feature
postgres_backend only.Expand description
The return type of lhs.overlaps_with(rhs)
for network types
Aliased Type§
struct OverlapsWithNet<Lhs, Rhs>(pub OverlapsWith<Lhs, <Rhs as AsExpression<Inet>>::Expression>);Fields§
§0: OverlapsWith<Lhs, <Rhs as AsExpression<Inet>>::Expression>