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 |
| map |
Chain a compution on the result of a decoder. |