pub struct Fuse<I> { /* private fields */ }Expand description
An iterator that yields None forever after the underlying iterator
yields None once.
This struct is created by Iterator::fuse. See its documentation
for more.
pub struct Fuse<I> { /* private fields */ }An iterator that yields None forever after the underlying iterator
yields None once.
This struct is created by Iterator::fuse. See its documentation
for more.