Replacement | |
---|---|
From | public init(from: Swift.Decoder) throws |
To | public init(from: some Swift.Decoder) throws |
Replacement | |
---|---|
From | public func encode(to: Swift.Encoder) throws |
To | public func encode(to: some Swift.Encoder) throws |
Replacement | |
---|---|
From | public func getCurrentConfigurations(_: @escaping () -> Swift.Void) |
To | public func getCurrentConfigurations(_: @escaping () -> Swift.Void) |
Protocols | |
---|---|
From | none |
To | Swift.CustomStringConvertible |