useaxum::routing::MethodRouter;usestd::sync::Arc;usecrate::hub::Hub;/// Registration for a route handler collected via inventory.
pubstructRouteRegistration{pubpath:&'staticstr,
pubmethod:&'staticstr,
pubhandler:fn()->MethodRouter<Arc<Hub>>,
}inventory::collect!(RouteRegistration);