init(wrappedValue : T)
Creates a codable configuration wrapper for the given value.
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
に準拠する場合に利用可能です。