pub type PyHandlers = HashMap<String, Arc<PyHandler>>;
Expand description

Mapping holding the Python business logic handlers.