IteratorAbortableResulttype
IteratorResult<T, R> | IteratorAbortResult<R>
| Type | |
|---|---|
IteratorResult | |
IteratorAbortResult | Result of an iterator that was aborted via an external signal rather than concluding itself. |
Result of stepping an iterator that may either yield, finish itself, or be aborted externally.
- Union of a normal
IteratorResult<T, R>and anIteratorAbortResult<R>.