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

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

Required Methods

Implementors