eraseToThrowingStream
Erases this async sequence to an async throwing stream that produces elements till this sequence terminates, rethrowing any error on failure.
- iOS
- deprecated
- macOS
- deprecated
- tvOS
- deprecated
- watchOS
- deprecated
func eraseToThrowingStream() -> AsyncThrowingStream<Element, Error> where Self : Sendable