pub type AndNet<Lhs, Rhs> = Grouped<AndNet<Lhs, AsExprOf<Rhs, Inet>>>;
postgres_backend
The return type of lsh.and(rhs) for network types
lsh.and(rhs)