CodableKeychain

@propertyWrapper
open class CodableKeychain<Value> : StorePropertyWrapper<KeychainStorage> where Value : Decodable, Value : Encodable

@CodableKeychain property wrapper.