Function diesel::pg::expression::dsl::inet_merge
source ยท pub fn inet_merge<T: InetOrCidr + SingleValue, U: InetOrCidr + SingleValue, a, b>(
a: a,
b: b,
) -> inet_merge<T, U, <a as AsExpression<T>>::Expression, <b as AsExpression<U>>::Expression>where
a: AsExpression<T>,
b: AsExpression<U>,
Expand description
Computes the smallest network that includes both of the given networks.