pub trait FsPathExtwhere Self: AsRef<Path>,{ // Required method fn is_empty_dir(&self) -> bool; }
Check if directory is empty