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