Trait tiny_tokio_actor::SystemEvent[][src]

pub trait SystemEvent: Clone + Send + Sync + 'static { }
Expand description

Events that this actor system will send

Implementors