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