Trait libnewbee::com::Shift [] [src]

pub trait Shift {
    fn shift(&self) -> usize;
}

Required Methods

Implementors