StructureSwift5.9.0

    KeyedDecodingContainer

    A concrete container that provides a view into a decoder’s storage, making the encoded properties of a decodable type accessible by keys.

    struct KeyedDecodingContainer<K> where K : CodingKey

    Citizens in Swift

    Conformances

    Members

    Available in Foundation

    where K:CodingKey

    Members

    Extension in BSON

    where K:CodingKey

    Members