| 34 | } |
| 35 | |
| 36 | struct Metadata { |
| 37 | original_filename: String, |
| 38 | currepted_filename: String, |
| 39 | err: String |
| 40 | } |
| 41 | |
| 42 | |
| 43 | pub struct PageProcessor<'a, OldKey, OldDoc, NewKey, NewDoc> { |
nothing calls this directly
no outgoing calls
no test coverage detected