Skip to main content

EventCallback

Type Alias EventCallback 

Source
pub type EventCallback = Box<dyn FnMut(&Value) + Send>;
Expand description

Ordered, synchronous event subscriber.

Aliased Typeยง

pub struct EventCallback(/* private fields */);