AnyAttributeDecoding

public struct AnyAttributeDecoding<EncodedType> : AttributesDecoding

A type-erased implementation of AttributesDecoding

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init<D>(_ decoder: D) where EncodedType == D.TypeToDecode, D : AttributesDecoding
  • Undocumented

    Declaration

    Swift

    public func decode(_ value: EncodedType) -> Attributes