pub trait EventRoute { // Required method fn route(&self) -> &str; }
Trait for routing events to the appropriate handler by string key