Enum riker::actor::CreateError[][src]

pub enum CreateError {
    Panicked,
    InvalidName(String),
    AlreadyExists(String),
}

Error type when an actor fails to start during actor_of.

Variants

Trait Implementations

impl Error for CreateError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for CreateError
[src]

Formats the value using the given formatter. Read more

impl Debug for CreateError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CreateError

impl Sync for CreateError