(&self, f: &mut std::fmt::Formatter<'_>)
| 35 | |
| 36 | impl Debug for FileOpenerMorselizer { |
| 37 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 38 | f.debug_struct("FileOpenerMorselizer") |
| 39 | .field("file_opener", &"...") |
| 40 | .finish() |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | impl FileOpenerMorselizer { |