Struct tokio_sync::mpsc::error::UnboundedSendError [−][src]
pub struct UnboundedSendError(_);
Expand description
Error returned by the UnboundedSender
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnboundedSendError
impl Send for UnboundedSendError
impl Sync for UnboundedSendError
impl Unpin for UnboundedSendError
impl UnwindSafe for UnboundedSendError