Struct tokio_sync::mpsc::error::TrySendError [−][src]
pub struct TrySendError<T> { /* fields omitted */ }
Expand description
Error returned by Sender::try_send
.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for TrySendError<T> where
T: RefUnwindSafe,
impl<T> Send for TrySendError<T> where
T: Send,
impl<T> Sync for TrySendError<T> where
T: Sync,
impl<T> Unpin for TrySendError<T> where
T: Unpin,
impl<T> UnwindSafe for TrySendError<T> where
T: UnwindSafe,