Trait rustc_ap_rustc_index::bit_set::UnionIntoBitSet [−][src]
pub trait UnionIntoBitSet<T: Idx> { fn union_into(&self, other: &mut BitSet<T>) -> bool; }
This is implemented by all the bitsets so that BitSet::union() can be passed any type of bitset.