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 }

Available where Self == StringStoragePath

  • fromString(_:) Extension method

    Declaration

    Swift

    static func fromString(_ path: String) -> Self

Available where Self == IdentityIDStoragePath