[][src]Trait meio::Action

pub trait Action: Send + 'static { }

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

Implementors

Loading content...