pub type DifferenceNet<Lhs, Rhs> = Grouped<DifferenceNet<Lhs, AsExprOf<Rhs, Inet>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of lsh.diff(rhs)
Aliased Typeยง
pub struct DifferenceNet<Lhs, Rhs>(/* private fields */);