Function async_codec_util::encoder::chain
[−]
[src]
pub fn chain<W, S, T>(first: S, second: T) -> Chain<W, S, T>
Chain two encoders, encoding them in sequence.