Ignore

@propertyWrapper
public struct Ignore<T> where T : OutputResolvable
extension Ignore: Encodable where T: Encodable
extension Ignore: Decodable where T: Decodable

Undocumented

Available where T: Encodable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws

Available where T: Decodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws