Enum lwactors::ActorError [] [src]

pub enum ActorError {
    InvokeError,
    WaitError,
}

Variants

Cannot send message to the actor

Response was cancelled before being received.

Trait Implementations

impl Debug for ActorError
[src]

[src]

Formats the value using the given formatter.

impl Error for ActorError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for ActorError
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> From<SendError<T>> for ActorError
[src]

[src]

Performs the conversion.

impl From<Canceled> for ActorError
[src]

[src]

Performs the conversion.