DifferenceNet

Type Alias DifferenceNet 

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

The return type of lsh.diff(rhs)

Aliased Typeยง

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