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