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

Events that this actor system will send

Object Safety§

This trait is not object safe.

Implementors§