Skip to main content

EventHandler

Type Alias EventHandler 

Source
pub type EventHandler = dyn FnMut(&str, &str, Option<Value>) + Send + 'static;