Type Alias http_srv::request::handler::HandlerTable
source · pub type HandlerTable = HashMap<RequestMethod, HashMap<String, Box<dyn HandlerFunc>>>;Aliased Type§
struct HandlerTable { /* private fields */ }pub type HandlerTable = HashMap<RequestMethod, HashMap<String, Box<dyn HandlerFunc>>>;struct HandlerTable { /* private fields */ }