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

pub trait ShrinkLeft: Bounded {
    fn shrink_left(&self, lb: Self::Item) -> Self;
}

Required Methods

Implementors