Struct futures::unsync::mpsc::SendError [−][src]
pub struct SendError<T>(_);
Expand description
Error type for sending, used when the receiving end of a channel is dropped
Implementations
Returns the message that was attempted to be sent but failed.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SendError<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for SendError<T> where
T: UnwindSafe,