relayne-core 0.0.0-alpha.1

Foundational types and traits relayne depends on.
Documentation
1
2
3
pub trait Event: Send + Sync {
    fn event_type(&self) -> &'static str;
}