StoragePath
public protocol StoragePath
Protocol that provides a closure to resolve the storage path.
- Tag: StoragePath
-
Declaration
Swift
associatedtype Input
-
Declaration
Swift
var resolve: (Input) -> String { get }
-
fromString(_:
Extension method) Declaration
Swift
static func fromString(_ path: String) -> Self
-
fromIdentityID(_:
Extension method) Declaration
Swift
static func fromIdentityID(_ identityIdPathResolver: @escaping IdentityIDPathResolver) -> Self