Iterator
public struct Iterator : AsyncIteratorProtocol
An asynchronous iterator that supplies database changes one at a time.
-
next()
AsynchronousDeclaration
Swift
public mutating func next() async throws -> Element?