We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f479e commit 7c796bfCopy full SHA for 7c796bf
Proposals/0023-progress-manager.md
@@ -375,7 +375,7 @@ You can declare a custom additional property that has a `String?` `Value` type a
375
extension ProgressManager.Properties {
376
var filename: Filename.Type { Filename.self }
377
378
- struct Filename: Sendable, ProgressManager.Property {
+ enum Filename: Sendable, ProgressManager.Property {
379
380
typealias Value = String?
381
0 commit comments