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

pub trait Action: Send + 'static { }
Expand description

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

Implementors