| 19 | |
| 20 | #[derive(Clone, Debug, Default)] |
| 21 | pub struct DataRoot { |
| 22 | pub path: PathBuf, |
| 23 | } |
| 24 | |
| 25 | impl std::fmt::Display for DataRoot { |
| 26 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected