Struct tokio::sync::mpsc::error::SendError [−][src]
pub struct SendError<T>(pub T);
This is supported on crate feature
sync
only.Expand description
Error returned by the Sender
.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for SendError<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe,