Trait ractor::State

source ·
pub trait State: Message { }
Expand description

Represents the state of an actor. Must be safe to send between threads (same bounds as a Message)

Implementors§