StorePropertyWrapperProtocol
@StorageActor
public protocol StorePropertyWrapperProtocol
Property wrapper protocol.
-
Storage
used by property wrapper.Declaration
Swift
@StorageActor var storage: StorageType { get }
-
StoreKey
to store the value.Declaration
Swift
@StorageActor var key: StoreKey { get }