pub type EventReceiver = BroadcastReceiver<Arc<Event>>;
pub struct EventReceiver { /* private fields */ }