Trait file_matcher::OneFileMover[][src]

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

Required methods

Implementors