Structure
PostgresRowSequence.AsyncIterator
The type of asynchronous iterator that produces elements of this asynchronous sequence.
struct AsyncIterator
Topics
Instance Methods
next()Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.next(isolation:)Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.
Type Aliases
PostgresRowSequence.AsyncIterator.ElementPostgresRowSequence.AsyncIterator.FailureThe type of failure produced by iteration.
Relationships
Conforms To
_Concurrency.AsyncIteratorProtocol