pub type ActionCallback = Box<dyn Fn(&mut dyn ActionHandler) -> bool>;
Type alias for action callbacks
pub struct ActionCallback(/* private fields */);