pub trait OneEntryMover { fn move(&self, destination: impl AsRef<Path>) -> Result<PathBuf>; }
fn move(&self, destination: impl AsRef<Path>) -> Result<PathBuf>
impl OneEntryMover for OneEntry