pub trait EventTrait { // Required methods fn get_type(&self) -> EventType; fn get_action(&self) -> &str; }