Enum actix::MailboxError[][src]

pub enum MailboxError {
    Closed,
    Timeout,
}

Set of error that can occurred during message delivery process

Variants

Trait Implementations

impl Debug for MailboxError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations