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