[][src]Trait event_bus::Event

pub trait Event: 'static {
    fn cancellable(&self) -> bool { ... }
fn cancelled(&self) -> bool { ... }
fn set_cancelled(&mut self, _cancel: bool) { ... }
fn cancel(&mut self) { ... } }

Provided methods

fn cancellable(&self) -> bool

fn cancelled(&self) -> bool

fn set_cancelled(&mut self, _cancel: bool)

fn cancel(&mut self)

Loading content...

Implementors

Loading content...