Function chain

Source
pub fn chain<S, T>(first: S, second: T) -> Chain<S, T>
Expand description

Chain two encoders, encoding them in sequence.