init(wrappedValue : T, from: ConfigurationProvider.Type)
Creates a codable configuration wrapper for the given value, using the given configuration provider type.
init(wrappedValue : T, from: KeyPath<AttributeScopes, ConfigurationProvider.Type>)
Creates a codable configuration wrapper for the given value, using given configuration provider type identified by key path.
Available when
ConfigurationProvider
conforms to AttributeScope
.
ConfigurationProvider
がAttributeScope
に準拠する場合に利用可能です。