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