IsContainedByNet

Type Alias 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) for network types

Aliased Typeยง

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