pub trait IntervalUnionAssign<Rhs> {
    fn interval_union_assign(&mut self, rhs: Rhs);
}

Required methods

Implementors