Trait fuzed_iterator::IteratorExt
source · pub trait IteratorExt {
// Required method
fn fuze(self) -> Fuze<Self> ⓘ
where Self: Sized;
}
Expand description
An extension trait that adds the fuze
method to iterators
pub trait IteratorExt {
// Required method
fn fuze(self) -> Fuze<Self> ⓘ
where Self: Sized;
}
An extension trait that adds the fuze
method to iterators