Struct tokio_sync::mpsc::error::RecvError   [−][src]
pub struct RecvError(_);
Expand description
Error returned by Receiver.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RecvErrorimpl UnwindSafe for RecvError