[][src]Trait rot::Rotate

pub trait Rotate where
    Self: Iterator + Sized
{ fn rotate_by<N: Integer>(self) -> RotIter<N, Self>; }

Rotate Self::Item by N.

Required methods

Important traits for RotIter<N, I>
fn rotate_by<N: Integer>(self) -> RotIter<N, Self>

Loading content...

Implementors

impl<I> Rotate for I where
    I: Iterator<Item = u8>, 
[src]

Loading content...