ContainsNetLoose

Type Alias 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ยง

pub struct ContainsNetLoose<Lhs, Rhs>(/* private fields */);