func github.com/jackc/pgx/v5.CollectExactlyOneRow

one use

	github.com/jackc/pgx/v5 (current package)
		rows.go#L495: func CollectExactlyOneRow[T any](rows Rows, fn RowToFunc[T]) (T, error) {