Enum actix::prelude::SendError [−][src]
pub enum SendError<T> { Full(T), Closed(T), }
Variants
Full(T)
Closed(T)
Methods
impl<T> SendError<T>
[src]
impl<T> SendError<T>
pub fn into_inner(self) -> T
[src]
pub fn into_inner(self) -> T
Trait Implementations
impl<T> Debug for SendError<T>
[src]
impl<T> Debug for SendError<T>
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T> Display for SendError<T>
[src]
impl<T> Display for SendError<T>