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