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