(&self, f: &mut std::fmt::Formatter)
| 359 | |
| 360 | impl<'p> std::fmt::Debug for PythonObjectDowncastError<'p> { |
| 361 | fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> { |
| 362 | f.write_str("PythonObjectDowncastError") |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | #[cfg(test)] |
nothing calls this directly
no outgoing calls
no test coverage detected