Protocols
The following protocols are available globally.
-
See moreStorage
protocol.Declaration
Swift
@StorageActor public protocol Storage : StorageDelegate, Sendable
-
Indicates that the conforming type is a contiguous collection of raw bytes whose underlying storage is directly accessible by withUnsafeBytes.
See moreDeclaration
Swift
public protocol StorageData : ContiguousBytes
-
See moreStorageDelegate
protocol.Declaration
Swift
public protocol StorageDelegate : AnyObject
-
Property wrapper protocol.
See moreDeclaration
Swift
@StorageActor public protocol StorePropertyWrapperProtocol
-
Mock qualifier indicating that dependency must be injected before any other registered.
Declaration
Swift
@objc public protocol Mock