Type Definition doomdooz_lib::types::NodeHandlersMap

source ·
pub type NodeHandlersMap = Mutex<HashMap<&'static str, Vec<(&'static str, NodeHandler)>>>;