Struct std::iter::Chunk

struct Chunk<It, T> { ... }
It: Iterator<It, T>

A chunk yielded by ChunksIterator.

See chunks.

Methods

impl Chunk<It, T> { ... }
It: Iterator<It, T>

Mixins

impl Chunk<It, T> { ... }
It: Iterator<It, T>