Struct tokio::sync::mpsc::error::RecvError [−][src]
pub struct RecvError(_);
Error returned by Receiver
.
pub struct RecvError(_);
Error returned by Receiver
.
impl RefUnwindSafe for RecvError
impl Send for RecvError
impl Sync for RecvError
impl Unpin for RecvError
impl UnwindSafe for RecvError