Event

Trait Event 

Source
pub trait Event:
    Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<T: Send + Sync + 'static> Event for T