karyon_core::event

Trait EventValue

Source
pub trait EventValue: EventValueAny {
    // Required method
    fn id() -> &'static str
       where Self: Sized;
}

Required Methods§

Source

fn id() -> &'static str
where Self: Sized,

Implementors§