pub fn on_event<T, V>(
content: V,
handler: impl FnMut(&mut EventCx<'_, '_>, &mut T, &Event) -> bool + 'static,
) -> EventHandler<T, V>
Expand description
Create a new EventHandler
, with an after callback.
pub fn on_event<T, V>(
content: V,
handler: impl FnMut(&mut EventCx<'_, '_>, &mut T, &Event) -> bool + 'static,
) -> EventHandler<T, V>
Create a new EventHandler
, with an after callback.