Trait OneShot

pub(in ::iter::adapters::flatten) trait OneShot

Specialization trait for iterator types that never return more than one item.

Note that we still have to deal with the possibility that the iterator was already exhausted before it came into our control.

Implementors