Type Aliases
The following type aliases are available globally.
-
Error closure to handle
StorageDelegate
errors.Declaration
Swift
public typealias StorageErrorClosure = (Error) -> Void
-
StoreKey
definition aka.String
.Declaration
Swift
public typealias StoreKey = String
-
Any
@objc protocol
to be used as qualifier of your dependencies.Declaration
Swift
public typealias Qualifier = Protocol
-
Dependency group key type.
Declaration
Swift
public typealias DependencyGroupKey = StoreKey