Trait vec_shift::Shift [] [src]

pub trait Shift<T> {
    fn shift(&mut self) -> Option<T>;
}

Required Methods

Implementors