pub type TowerBatchedSink<S, B, RL> = BatchSink<Svc<S, RL>, B>;
struct TowerBatchedSink<S, B, RL> { /* private fields */ }