Protocol
StorageKey
A key used to store values in a
Storage must conform to this protocol.protocol StorageKey
Topics
Associated Types
associatedtype Value : SendableThe type of the stored value associated with this key type.