Function sql::query_model::attribute::rejected_nulls::union[][src]

fn union<T>(lhs: HashSet<T>, rhs: HashSet<T>) -> HashSet<T> where
    T: Clone + Eq + Hash
Expand description

Computes the union of two sets, consuming both sides and mutating and returning lhs.