trait OneShot { }
Expand description
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.
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.