pub type BoxedServiceEndpoint<S> = ServerEndpoint<<S as Service>::Req, <S as Service>::Res>;
Type alias for a service endpoint
struct BoxedServiceEndpoint<S>(/* private fields */);