Struct async_std::channel::RecvError [−][src]
pub struct RecvError;
Expand description
An error returned from Receiver::recv()
.
Received because the channel is empty and closed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RecvError
impl UnwindSafe for RecvError
Blanket Implementations
Mutably borrows from an owned value. Read more