Enum elfo_core::errors::TrySendError [−][src]
pub enum TrySendError<T> {
Full(T),
Closed(T),
}Variants
The mailbox is full.
The mailbox has been closed.
Implementations
Trait Implementations
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,