Struct collections::slice::Windows 1.0.0
[−]
[src]
pub struct Windows<'a, T> where
T: 'a, { /* fields omitted */ }
An iterator over overlapping subslices of length size
.
Trait Implementations
impl<'a, T> Clone for Windows<'a, T>
[src]
impl<'a, T> FusedIterator for Windows<'a, T>
[src]
impl<'a, T> ExactSizeIterator for Windows<'a, T>
[src]
impl<'a, T> Debug for Windows<'a, T> where
T: 'a + Debug,
[src]
T: 'a + Debug,
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.