on_event

Function on_event 

Source
pub fn on_event(
    name: &str,
    handler: impl FnMut(&mut PluginCtx, Value) -> EventHandlerResult + Send + 'static,
)