Function async_codec_util::decoder::map [] [src]

pub fn map<D, F>(decoder: D, f: F) -> Map<D, F>

Chain a compution on the result of a decoder.