pub type RouteHandler = Arc<dyn Fn(Request) -> Response + Send + Sync + 'static>;
pub struct RouteHandler { /* private fields */ }