pub trait EventValueAny: Any + Send + Sync + Debug { // Required method fn value_as_any(&self) -> &dyn Any; }