Function async_codec_util::decoder::map
[−]
[src]
pub fn map<R, D, F>(decoder: D, f: F) -> Map<R, D, F>
Chain a compution on the result of a decoder.