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

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

Required methods

Implementors