[][src]Type Definition call_trace_tls::Callback

type Callback = Rc<dyn Fn(&mut Context, Event)>;

A callback. It gets called by #[trace].