Trait flat_zip::FlatZipExt
source · pub trait FlatZipExt: Iterator<Item = (Self::Key, Self::Group)> + Sized {
type Key: Clone;
type Group: IntoIterator;
// Required method
fn flat_zip(self) -> FlatZip<Self, Self::Key, Self::Group> ⓘ;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.