Type Alias PeekableIter

Source
pub type PeekableIter<T> = Peekable<IntoIter<T>>;

Aliased Typeยง

pub struct PeekableIter<T> { /* private fields */ }