karyon_core::event

Trait EventValueTopic

Source
pub trait EventValueTopic: EventValueAny + EventValue {
    type Topic;

    // Required method
    fn topic() -> Self::Topic
       where Self: Sized;
}

Required Associated Types§

Required Methods§

Source

fn topic() -> Self::Topic
where Self: Sized,

Implementors§