Enum mio_extras::channel::SendError [−][src]
pub enum SendError<T> { Io(Error), Disconnected(T), }
An error returned from the Sender::send
or SyncSender::send
function.
Variants
Io(Error)
An IO error.
The receiving half of the channel has disconnected.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for SendError<T>
impl<T> Send for SendError<T> where
T: Send,
T: Send,
impl<T> Sync for SendError<T> where
T: Sync,
T: Sync,
impl<T> Unpin for SendError<T> where
T: Unpin,
T: Unpin,