pub trait Event: Debug {
    const NAME: &'static str;
}
Expand description

All event types which can be emitted from this library.

Required Associated Constants

Implementors