Home
last modified time | relevance | path

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

/external/rust/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