pub type IsContainedByNetLoose<Lhs, Rhs> = Grouped<IsContainedByNetLoose<Lhs, AsExprOf<Rhs, Inet>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.is_contained_by_or_eq(rhs)

Aliased Type§

struct IsContainedByNetLoose<Lhs, Rhs>(pub IsContainedByNetLoose<Lhs, <Rhs as AsExpression<Inet>>::Expression>);

Fields§

§0: IsContainedByNetLoose<Lhs, <Rhs as AsExpression<Inet>>::Expression>