dir_exists

Function dir_exists 

Source
pub fn dir_exists(path: &Path) -> Result<(), LintError>
Expand description

Check that a required directory exists.

This is a wrapper around Path::is_dir() that returns the correct LintError.