Struct tokio_sync::mpsc::error::UnboundedTrySendError [−][src]
pub struct UnboundedTrySendError<T>(_);
Expand description
Returned by UnboundedSender::try_send
when the channel has been closed.
Implementations
Get the inner value.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for UnboundedTrySendError<T> where
T: RefUnwindSafe,
impl<T> Send for UnboundedTrySendError<T> where
T: Send,
impl<T> Sync for UnboundedTrySendError<T> where
T: Sync,
impl<T> Unpin for UnboundedTrySendError<T> where
T: Unpin,
impl<T> UnwindSafe for UnboundedTrySendError<T> where
T: UnwindSafe,