Type Alias diesel::dsl::IsContainedByNet
source · pub type IsContainedByNet<Lhs, Rhs> = Grouped<IsContainedByNet<Lhs, AsExprOf<Rhs, Inet>>>;Available on crate feature
postgres_backend only.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>(pub IsContainedByNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>);Fields§
§0: IsContainedByNet<Lhs, <Rhs as AsExpression<Inet>>::Expression>