Struct async_std::channel::RecvError [−][src]
pub struct RecvError;
An error returned from Receiver::recv()
.
Received because the channel is empty and closed.
pub struct RecvError;
An error returned from Receiver::recv()
.
Received because the channel is empty and closed.
impl Copy for RecvError
[src]impl Eq for RecvError
[src]impl StructuralEq for RecvError
[src]impl StructuralPartialEq for RecvError
[src]impl RefUnwindSafe for RecvError
impl Send for RecvError
impl Sync for RecvError
impl Unpin for RecvError
impl UnwindSafe for RecvError