Struct tokio::sync::mpsc::error::SendError [−][src]
pub struct SendError<T>(pub T);
Error returned by the Sender.
Trait Implementations
impl<T> From<SendError<T>> for TrySendError<T>[src]
impl<T> From<SendError<T>> for TrySendError<T>[src]fn from(src: SendError<T>) -> TrySendError<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for SendError<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for SendError<T> where
T: Send,
T: Send,
impl<T> Sync for SendError<T> where
T: Sync,
T: Sync,
impl<T> Unpin for SendError<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe,
T: UnwindSafe,