use crate::*;
/// Inner storage for a native event callback closure.
///
/// Boxes a `dyn FnMut(Event)` so it can be stored behind `Rc<RefCell<>>`.
pub
/// A wrapper around an event callback.
///
/// Stores the event name and a shared reference to the heap-allocated callback closure.