pub type Callbacks = HashMap<String, Callback>;
A collection of callbacks for an effect.
pub struct Callbacks { /* private fields */ }