pub type IsContainedByOrEq<Lhs, Rhs> = IsContainedByNetLoose<Lhs, Rhs>;
Available on crate feature
postgres_backend
only.Aliased Type§
struct IsContainedByOrEq<Lhs, Rhs>(pub IsContainedByNetLoose<Lhs, <Rhs as AsExpression<Inet>>::Expression>);
Fields§
§0: IsContainedByNetLoose<Lhs, <Rhs as AsExpression<Inet>>::Expression>