| /external/rust/crates/crossbeam-channel/src/ |
| D | err.rs | 60 pub enum TryRecvError { enum 290 impl fmt::Display for TryRecvError { implementation 299 impl error::Error for TryRecvError {} implementation 301 impl From<RecvError> for TryRecvError { implementation 302 fn from(err: RecvError) -> TryRecvError { in from() 309 impl TryRecvError { implementation
|
| D | channel.rs | 759 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| /external/rust/crates/tokio/src/sync/mpsc/ |
| D | error.rs | 73 pub enum TryRecvError { enum 82 impl fmt::Display for TryRecvError { implementation 91 impl Error for TryRecvError {} implementation
|
| D | unbounded.rs | 215 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | bounded.rs | 273 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | chan.rs | 297 pub(crate) fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
| /external/rust/crates/oneshot-uniffi/src/ |
| D | errors.rs | 102 pub enum TryRecvError { enum 111 impl fmt::Display for TryRecvError { implementation 122 impl std::error::Error for TryRecvError {} implementation
|
| D | lib.rs | 409 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| /external/rust/crates/tokio/src/sync/ |
| D | oneshot.rs | 345 pub enum TryRecvError { enum 365 impl fmt::Display for TryRecvError { implementation 374 impl std::error::Error for TryRecvError {} implementation 1000 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | broadcast.rs | 270 pub enum TryRecvError { enum 289 impl fmt::Display for TryRecvError { implementation 299 impl std::error::Error for TryRecvError {} implementation 1050 ) -> Result<RecvGuard<'_, T>, TryRecvError> { in recv_ref() argument 1298 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
| /external/rust/crates/futures-channel/src/mpsc/ |
| D | mod.rs | 170 pub struct TryRecvError { struct 171 _priv: (), 244 impl fmt::Debug for TryRecvError { implementation 250 impl fmt::Display for TryRecvError { implementation 256 impl std::error::Error for TryRecvError {} implementation 999 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument 1167 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument
|
| /external/rust/crates/crossbeam-channel/src/flavors/ |
| D | never.rs | 32 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | at.rs | 38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() argument
|
| D | tick.rs | 38 pub(crate) fn try_recv(&self) -> Result<Instant, TryRecvError> { in try_recv() argument
|
| D | zero.rs | 276 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | array.rs | 385 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| D | list.rs | 432 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
| /external/rust/crates/crossbeam-channel/tests/ |
| D | mpsc.rs | 80 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|