pub type RouteHandler = Box<dyn Fn(&str, &str, &AuthContext) -> (u16, String) + Send + Sync>;
A route handler function type.
pub struct RouteHandler(/* private fields */);