Trait plexus::generate::Rotate [] [src]

pub trait Rotate {
    fn rotate(&mut self, n: isize);
}

Required Methods

Implementors