Searched defs:RecvError (Results 1 – 6 of 6) sorted by relevance
33 pub struct RecvError; struct35 impl Display for RecvError { implementation41 impl Error for RecvError {} implementation
430 fn take_value_sent(&self) -> Result<T, RecvError> { in take_value_sent() argument
203 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() argument219 pub(crate) async fn recv(&self) -> Result<T, RecvError> { in recv() argument
170 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() argument186 pub(crate) async fn recv(&self) -> Result<T, RecvError> { in recv() argument
280 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() argument
399 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() argument