Trait monster::incubation::zip_ends::ZipEndsIterExt [] [src]

pub trait ZipEndsIterExt: Sized {
    type Iter;
    fn zip_ends(self) -> ZipEnds<Self::Iter>;
}

Associated Types

Required Methods

Create a new ZipEnds adaptor. See the structs' documentation for more.

Implementors