Struct tokio::sync::oneshot::error::RecvError [−][src]
pub struct RecvError(_);
Expand description
Error returned by the Future
implementation for Receiver
.
pub struct RecvError(_);
Error returned by the Future
implementation for Receiver
.