pub type CallbackMap = HashMap<String, CallbackFn>;Expand description
Map of function names to their callback implementations.
Aliased Typeยง
pub struct CallbackMap { /* private fields */ }pub type CallbackMap = HashMap<String, CallbackFn>;Map of function names to their callback implementations.
pub struct CallbackMap { /* private fields */ }