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

pub trait Action: Send + 'static { }

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

Implementors

impl Action for CtrlC[src]

Loading content...