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

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

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