(&self, f: &mut std::fmt::Formatter<'_>)
| 17 | |
| 18 | impl<T> std::fmt::Debug for BatchRecvError<T> { |
| 19 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 20 | match *self { |
| 21 | BatchRecvError::Closed(_) => f.write_str("BatchRecvError::Closed"), |
| 22 | } |
| 23 | } |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected