Skip to content

Structure

PostgresRowSequence

An async sequence of PostgresRows.
struct PostgresRowSequence

Overview

Note

This is a struct to allow us to move to a move-only type easily once they become available.

Topics

Instance Properties

Instance Methods

Type Aliases

Default Implementations

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype
  • _Concurrency.AsyncSequence

See Also