(&self, _path: &str)
| 574 | } |
| 575 | |
| 576 | fn modified_time(&self, _path: &str) -> Result<SystemTime, Self::Error> { |
| 577 | Ok(SystemTime::UNIX_EPOCH) |
| 578 | } |
| 579 | |
| 580 | fn walk_files(&self, _prefix: &str) -> Result<Vec<String>, Self::Error> { |
| 581 | Ok(Vec::new()) |
no outgoing calls