Instance Propertypointfreeco.swift-sharing 2.2.0Sharing
description
FileStorageKey.swift:254var description: String { get }
var description: String { get }
where Value:Sendable
import Sharing
Instantly share state among your app’s features and external persistence layers, including user defaults, the file system, and more.
final class FileStorageKey<Value> where Value : Sendable
A type defining a file persistence strategy
@frozen struct String
A Unicode string value that is a collection of characters.
protocol Sendable