Structure
PostgresRowSequence.AsyncIterator
The type of asynchronous iterator that produces elements of this asynchronous sequence.
struct AsyncIterator
Topics
Instance Methods
func next() async throws -> PostgresRowSequence.AsyncIterator.Element?Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.func next(isolation: isolated (any Actor)?) async throws -> PostgresRow?Asynchronously advances to the next element and returns it, or ends the sequence if there is no next element.
Type Aliases
typealias Elementtypealias FailureThe type of failure produced by iteration.
Relationships
Conforms To
_Concurrency.AsyncIteratorProtocol