Module async_codec_util::decoder [] [src]

Utilities for working with decores.

Structs

Chain

Chain two decoders, running them in sequence.

Map

Change the return type of a decoder by mapping its item through a function.

Functions

chain

Create new Chain which first decodes via the given S and then decodes via the given T.

map

Chain a compution on the result of a decoder.