Contents

Coder

A protocol that frames and encodes/decodes Codable types.

Declaration

struct Coder<Sending, Receiving, CoderType> where Sending : Encodable, Receiving : Decodable, CoderType : NetworkCoder

Overview

Supports sending and receiving Codable types using a specified format.

Topics

Initializers