Trait duck::PeekingExt [] [src]

pub trait PeekingExt: Iterator + Sized where
    Self::Item: Clone
{ fn peeking(self) -> Goose<Self> { ... } }

An extension trait that adds a .peeking() method to iterators.

See the top-level documentation for how to use this trait.

Provided Methods

Implementors