PresetEntry
public struct PresetEntry<Config> : Codable where Config : Decodable, Config : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let config: Config
-
Undocumented
Declaration
Swift
public init(name: String, config: Config)