Never

extension Never: Reflectable & ReflectionDecodable & LosslessStringConvertible & Codable

An extension to Never to enable an initialization of a property wrapper without a filter and/or sort strategy to not specifiy the generic types

  • default method, fails directly if it is called

    Declaration

    Swift

    public static func reflectDecoded() -> (Never, Never)
  • default method, fails directly if it is called

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • default method, fails directly if it is called

    Declaration

    Swift

    public init?(_ description: String)
  • default method, fails directly if it is called

    Declaration

    Swift

    public var description: String { get }
  • default method, fails directly if it is called

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws