Enum elfo_core::errors::RequestError [−][src]
pub enum RequestError<T> {
Ignored,
Closed(T),
}Variants
The mailbox has been closed.
Implementations
Converts the error into its inner value.
Returns whether the error is the Full variant.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for RequestError<T> where
T: RefUnwindSafe, impl<T> Send for RequestError<T> where
T: Send, impl<T> Sync for RequestError<T> where
T: Sync, impl<T> Unpin for RequestError<T> where
T: Unpin, impl<T> UnwindSafe for RequestError<T> where
T: UnwindSafe,