Enum riker::actor::SysTopic[][src]

pub enum SysTopic {
    ActorCreated,
    ActorTerminated,
    ActorRestarted,
}

System topics used by the event_stream channel

Variants

Trait Implementations

impl From<SysTopic> for Topic
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SysTopic

impl Sync for SysTopic