pub type Callback = Rc<dyn Fn(&mut Context, Event)>;
A callback. It gets called by #[trace].
#[trace]
struct Callback { /* private fields */ }