StructureSwift5.9.0

    CodingUserInfoKey

    A user-defined key for providing context during encoding and decoding.

    struct CodingUserInfoKey

    Citizens in Swift

    Conformances

    Members

    Features

    Available in Distributed

    Members

    • static let actorSystemKey: CodingUserInfoKey

      Key which is required to be set on a Decoder’s userInfo while attempting to init(from:) a DistributedActor. The stored value under this key must conform to DistributedActorSystem.