Converts an async iterator of Result<V, E> into an async iterator of V. When error results occur, the underlying error value is thrown.
Result<V, E>
V
Converts an async iterator of
Result<V, E>into an async iterator ofV. When error results occur, the underlying error value is thrown.