Trait starbase::Event

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

Required Associated Types§

Implementors§