[][src]Trait orasis_plugin::Emit

pub trait Emit {
    fn emit(&self, ev: Event) -> bool;
}

Required methods

fn emit(&self, ev: Event) -> bool

Return value: whether the event was accepted.

Loading content...

Implementors

Loading content...