Searched defs:SendTimeoutError (Results 1 – 1 of 1) sorted by relevance
37 pub enum SendTimeoutError<T> { enum218 impl<T> fmt::Debug for SendTimeoutError<T> { implementation224 impl<T> fmt::Display for SendTimeoutError<T> { implementation233 impl<T: Send> error::Error for SendTimeoutError<T> {} implementation235 impl<T> From<SendError<T>> for SendTimeoutError<T> { implementation243 impl<T> SendTimeoutError<T> { impl