gossamer/iterator_handler_outcome

Types

The outcome of invoking an iterator’s optional return or throw handler. NoHandler indicates the iterator doesn’t define the handler. Handled carries the IteratorResult the handler produced.

pub type IteratorHandlerOutcome(a, result) {
  NoHandler
  Handled(result: iterator_result.IteratorResult(a, result))
}

Constructors

Search Document