Enum actix::prelude::SendError [] [src]

pub enum SendError<T> {
    Full(T),
    Closed(T),
}

Variants

Methods

impl<T> SendError<T>
[src]

[src]

Trait Implementations

impl<T> Debug for SendError<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> Display for SendError<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for SendError<T> where
    T: Send

impl<T> Sync for SendError<T> where
    T: Sync