Home
last modified time | relevance | path

Searched defs:SendTimeoutError (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Derror.rs12 pub enum SendTimeoutError<T> { enum
23 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
29 impl<T> fmt::Display for SendTimeoutError<T> { implementation
38 impl<T> error::Error for SendTimeoutError<T> {} implementation
40 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Derror.rs12 pub enum SendTimeoutError<T> { enum
23 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
29 impl<T> fmt::Display for SendTimeoutError<T> { implementation
38 impl<T> error::Error for SendTimeoutError<T> {} implementation
40 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Derror.rs12 pub enum SendTimeoutError<T> { enum
23 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
29 impl<T> fmt::Display for SendTimeoutError<T> { implementation
38 impl<T> error::Error for SendTimeoutError<T> {} implementation
40 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Derror.rs12 pub enum SendTimeoutError<T> { enum
23 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
29 impl<T> fmt::Display for SendTimeoutError<T> { implementation
38 impl<T> error::Error for SendTimeoutError<T> {} implementation
40 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Derror.rs12 pub enum SendTimeoutError<T> { enum
23 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
29 impl<T> fmt::Display for SendTimeoutError<T> { implementation
38 impl<T> error::Error for SendTimeoutError<T> {} implementation
40 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Derr.rs37 pub enum SendTimeoutError<T> { enum
218 impl<T> fmt::Debug for SendTimeoutError<T> { implementation
224 impl<T> fmt::Display for SendTimeoutError<T> { implementation
233 impl<T: Send> error::Error for SendTimeoutError<T> {} implementation
235 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation
243 impl<T> SendTimeoutError<T> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Derror.rs136 impl<T> SendTimeoutError<T> { impl