Function peekable_exhaust

Source
pub fn peekable_exhaust<T: Exhaust>() -> Pei<T>
Expand description

Construct a Peekable exhaustive factory iterator.

Peekable iterators are useful for iterating over the product of multiple iterators.