Type Alias diesel::dsl::ContainsNetLoose

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

The return type of lhs.contains_or_eq(rhs)

Aliased Type§

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

Fields§

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