subscriber_rs/
subscriber_event_type.rs

1use core::hash::Hash;
2
3pub trait SubscriberEventType: Hash + Eq + Send + Sync + Ord {}