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