Contents

Publishers.Decode

A publisher that decodes elements received from an upstream publisher, using a given decoder.

Declaration

struct Decode<Upstream, Output, Coder> where Upstream : Publisher, Output : Decodable, Coder : TopLevelDecoder, Upstream.Output == Coder.Input

Topics

Creating a decode publisher

Declaring supporting types

Inspecting publisher properties

See Also

Encoding and decoding