pub trait GenericEventHandler: AsAny + Send + Sync + 'static { // Required method fn clear(&mut self); }