Trait file_matcher::OneEntryCopier[][src]

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

Required methods

Implementors