pub type BoxedChannelTypes<S> = BoxedStreamTypes<<S as Service>::Req, <S as Service>::Res>;
Type alias for when you want to require a boxed channel
struct BoxedChannelTypes<S> { /* private fields */ }