pub fn inet_merge<T: InetOrCidr + SingleValue, U: InetOrCidr + SingleValue, a, b>(
a: a,
b: b,
) -> inet_merge<T, U, a, b>where
a: AsExpression<T>,
b: AsExpression<U>,
Available on crate feature
postgres_backend
only.Expand description
Computes the smallest network that includes both of the given networks.