Instance Method
writeRow(_:)
Serialize a single row to the backend. Call
writeColumn(_:) for every column that should be included in the row.mutating func writeRow<Result>(_ body: (inout PostgresBinaryCopyFromWriter.ColumnWriter) throws -> Result) async throws -> Result