OrNet

Type Alias OrNet 

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

The return type of lsh.or(rhs) for network types

Aliased Typeยง

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