pub trait PriorityEvent: Send + Sync + 'static { }

Implementors§

source§

impl<E> PriorityEvent for E
where E: Send + Sync + 'static,