pub type IsContainedByNet<Lhs, Rhs> = Grouped<IsContainedByNet<Lhs, AsExprOf<Rhs, Inet>>>;
Expand description
The return type of [lhs.is_contained_by(rhs)
]((super::expression_methods::PgNetExpressionMethods::is_contained_by)
for network types
Aliased Typeยง
struct IsContainedByNet<Lhs, Rhs>(/* private fields */);