1 2 3 4 5
pub struct ControllerDef { pub router: fn() -> ::axum::Router, } inventory::collect!(ControllerDef);