Skip to main content

FsPathExt

Trait FsPathExt 

Source
pub trait FsPathExt
where Self: AsRef<Path>,
{ // Required method fn is_empty_dir(&self) -> bool; }

Required Methods§

Source

fn is_empty_dir(&self) -> bool

Check if directory is empty

Implementors§

Source§

impl<T: AsRef<Path>> FsPathExt for T