Skip to content

Protocol

StorageKey

A key used to store values in a Storage must conform to this protocol.
protocol StorageKey

Topics

Associated Types

  • Value
    The type of the stored value associated with this key type.