[][src]Trait meio::handlers::Action

pub trait Action: Send + 'static {
    fn is_high_priority(&self) -> bool { ... }
}

Action type can be sent to an Actor that implements ActionHandler for that message type.

Provided methods

fn is_high_priority(&self) -> bool

Indicates that this message have to be sent with high-priority.

Loading content...

Implementors

impl Action for CtrlC[src]

impl Action for Tick[src]

Loading content...