pub trait IteratorExt { // Required method fn fuze(self) -> Fuze<Self> ⓘ where Self: Sized; }
An extension trait that adds the fuze method to iterators
fuze
Converts self into a Fuze.
self
Fuze