Trait trane::data::VerifyPaths

source ·
pub trait VerifyPathswhere
    Self: Sized,{
    // Required method
    fn verify_paths(&self, working_dir: &Path) -> Result<bool>;
}
Expand description

Trait to verify that the paths in the object are valid.

Required Methods§

source

fn verify_paths(&self, working_dir: &Path) -> Result<bool>

Checks that all the paths mentioned in the object exist in disk.

Implementors§