Instance Method
decode(_:file:line:)
@preconcurrency func decode<Column>(_: Column.Type, file: String = #fileID, line: Int = #line) -> AsyncThrowingMapSequence<Self, Column> where Column : PostgresDecodable, Column : Sendable
Instance Method
@preconcurrency func decode<Column>(_: Column.Type, file: String = #fileID, line: Int = #line) -> AsyncThrowingMapSequence<Self, Column> where Column : PostgresDecodable, Column : Sendable