Searched defs:SendError (Results 1 – 1 of 1) sorted by relevance
21 pub struct SendError<T>(pub T); struct23 impl<T> Display for SendError<T> { implementation29 impl<T: Debug> Error for SendError<T> {} implementation