pub type EventCallbackClosure = Box<dyn FnMut(*mut ConfObject)>;
Expand description
A callable closure which receives a pointer to the triggering object when an event occurs
Aliased Type§
struct EventCallbackClosure(/* private fields */);
pub type EventCallbackClosure = Box<dyn FnMut(*mut ConfObject)>;
A callable closure which receives a pointer to the triggering object when an event occurs
struct EventCallbackClosure(/* private fields */);