Skip to main content

relayne_core/
lib.rs

1pub trait Event: Send + Sync {
2    fn event_type(&self) -> &'static str;
3}