(&self, _path: &str, _recursive: bool)
| 594 | } |
| 595 | |
| 596 | fn remove_path(&self, _path: &str, _recursive: bool) -> Result<(), Self::Error> { |
| 597 | Ok(()) |
| 598 | } |
| 599 | |
| 600 | fn rename(&self, _from: &str, _to: &str) -> Result<(), Self::Error> { |
| 601 | Ok(()) |
no outgoing calls