Event

Trait Event 

Source
pub trait Event: Send + Sync {
    type Data: Send + Sync + Default;
}

Required Associated Types§

Implementors§