/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 434 pub enum TryRecvError { enum 789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument 1179 impl fmt::Display for TryRecvError { implementation 1189 impl error::Error for TryRecvError { implementation 1200 impl From<RecvError> for TryRecvError { implementation 1206 fn from(err: RecvError) -> TryRecvError { in from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 434 pub enum TryRecvError { enum 789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument 1179 impl fmt::Display for TryRecvError { implementation 1189 impl error::Error for TryRecvError { implementation 1200 impl From<RecvError> for TryRecvError { implementation 1206 fn from(err: RecvError) -> TryRecvError { in from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 434 pub enum TryRecvError { enum 789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument 1179 impl fmt::Display for TryRecvError { implementation 1189 impl error::Error for TryRecvError { implementation 1200 impl From<RecvError> for TryRecvError { implementation 1206 fn from(err: RecvError) -> TryRecvError { in from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 434 pub enum TryRecvError { enum 789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument 1179 impl fmt::Display for TryRecvError { implementation 1189 impl error::Error for TryRecvError { implementation 1200 impl From<RecvError> for TryRecvError { implementation 1206 fn from(err: RecvError) -> TryRecvError { in from()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpsc/ |
H A D | mod.rs | 434 pub enum TryRecvError { enum 789 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument 1179 impl fmt::Display for TryRecvError { implementation 1189 impl error::Error for TryRecvError { implementation 1200 impl From<RecvError> for TryRecvError { implementation 1206 fn from(err: RecvError) -> TryRecvError { in from()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/ |
D | error.rs | 83 pub enum TryRecvError { enum 92 impl fmt::Display for TryRecvError { implementation 101 impl Error for TryRecvError {} implementation
|
D | unbounded.rs | 286 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/mpsc/ |
D | mod.rs | 171 pub struct TryRecvError { struct 172 _priv: (), 245 impl fmt::Debug for TryRecvError { implementation 251 impl fmt::Display for TryRecvError { implementation 257 impl std::error::Error for TryRecvError {} implementation 1000 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument 1168 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | broadcast.rs | 270 pub enum TryRecvError { enum 289 impl fmt::Display for TryRecvError { implementation 299 impl std::error::Error for TryRecvError {} implementation 1057 ) -> Result<RecvGuard<'_, T>, TryRecvError> { in recv_ref() argument 1309 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
D | oneshot.rs | 345 pub enum TryRecvError { enum 365 impl fmt::Display for TryRecvError { implementation 374 impl std::error::Error for TryRecvError {} implementation 1001 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
H A D | array.rs | 360 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
H A D | mod.rs | 287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
H A D | array.rs | 364 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
H A D | mod.rs | 287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 222 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
H A D | mod.rs | 287 pub fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | zero.rs | 218 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
|