pub fn chain<S, T>(first: S, second: T) -> Chain<S, T>
Chain two encoders, encoding them in sequence.