CallbackFn

Type Alias CallbackFn 

Source
pub type CallbackFn = &'static dyn Fn(Event) -> Option<Response>;
Expand description

Type of the user’s callback function