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>,
Available on crate feature postgres_backend only.
Expand description

Computes the smallest network that includes both of the given networks.