logo
pub trait Rotate {
    fn rotate(self, n: isize) -> Self;
}

Required Methods

Implementors