pub trait GetServiceHandler<S: Service> { // Required method fn get_handler(self: Arc<Self>) -> Arc<S>; }
获取特定服务的处理程序