Trait tonari_actor::Event

source ·
pub trait Event: Clone + Any + 'static { }
Expand description

A marker trait for types which participate in the publish-subscribe system of the actor framework.

Implementors§