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

All event types which can be emitted from this library.

Associated Constants

Implementors