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 UnboundedSendErrorimpl Send for UnboundedSendErrorimpl Sync for UnboundedSendErrorimpl Unpin for UnboundedSendErrorimpl UnwindSafe for UnboundedSendError