ActionCallback

Type Alias ActionCallback 

Source
pub type ActionCallback = Box<dyn Fn(&mut dyn ActionHandler) -> bool>;
Expand description

Type alias for action callbacks

Aliased Typeยง

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