Trait file_matcher::OneFileCopier[][src]

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

Required methods

Implementors