Trait gcollections::ops::bounded::StrictShrinkRight[][src]

pub trait StrictShrinkRight: Bounded {
    fn strict_shrink_right(&self, ub: Self::Item) -> Self;
}

Required methods

Implementors