pub trait EventSpecExt: EventSpec {
    fn signal(&self) -> String;
}

Required Methods§

Implementors§