Function async_codec_util::decoder::chain [] [src]

pub fn chain<S, T>(first: S, second: T) -> Chain<S, T> where
    S: AsyncDecode

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