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

pub trait Action: Send + 'static { }

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

Implementors

Loading content...