Trait file_matcher::OneEntryMover[][src]

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

Required methods

Implementors