Struct riker::actor::RestartError[][src]

pub struct RestartError;

Error type when an actor fails to restart.

Trait Implementations

impl Error for RestartError
[src]

This method is soft-deprecated. Read more

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

impl Display for RestartError
[src]

Formats the value using the given formatter. Read more

impl Debug for RestartError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations