pub type RouteHandler = Arc<dyn Fn() -> String + Send + Sync>;
Core in-process route handler callback type used by router metadata APIs.
pub struct RouteHandler { /* private fields */ }