pub type HandlerTable = HashMap<HttpMethod, HashMap<String, Box<dyn RequestHandler>>>;Aliased Typeยง
struct HandlerTable { /* private fields */ }pub type HandlerTable = HashMap<HttpMethod, HashMap<String, Box<dyn RequestHandler>>>;struct HandlerTable { /* private fields */ }