Home
last modified time | relevance | path

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

/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> { implementation
/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Derror.rs136 impl<T> SendTimeoutError<T> { impl