Trait sliding_windows::IterExt [] [src]

pub trait IterExt: Iterator {
    fn sliding_windows(self, storage: &mut Storage<Self::Item>) -> Adaptor<Self> where Self: Sized { ... }
}

Provided Methods

fn sliding_windows(self, storage: &mut Storage<Self::Item>) -> Adaptor<Self> where Self: Sized

Implementors