DecodableWebSocketMessageDecoder

public struct DecodableWebSocketMessageDecoder<Value> : WebSocketMessageSerializer where Value : Decodable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum Error : Swift.Error
  • Undocumented

    Declaration

    Swift

    public let decoder: DataDecoder
  • Undocumented

    Declaration

    Swift

    public init(decoder: DataDecoder)
  • Undocumented

    Declaration

    Swift

    public func decode(_ message: URLSessionWebSocketTask.Message) throws -> Value