pub trait BeEventData {
// Required methods
fn scheme(&self) -> &'static str;
fn importance(&self) -> EventImportance;
}pub trait BeEventData {
// Required methods
fn scheme(&self) -> &'static str;
fn importance(&self) -> EventImportance;
}