pub trait ShrinkFront {
    // Required method
    fn shrink_front(&mut self);
}

Required Methods§

source

fn shrink_front(&mut self)

Implementors§