fn full_str(&self) -> &strfn ext_str(&self) -> &strfn stem_str(&self) -> &strfn name_str(&self) -> &strfn create_parent_dir_all(&self) -> Result<()>fn merge<P: AsRef<Path>>(&self, append: P) -> PathBuffn is_file(&self) -> boolfn is_dir(&self) -> boolfn walk_dir<F: Fn(&Path) -> bool>(&self, filter: F) -> Vec<PathBuf>fn mkdir_after_remove(&self) -> Result<PathBuf>impl<T: AsRef<Path>> PathExt for T[src]fn full_str(&self) -> &str[src]fn ext_str(&self) -> &str[src]fn stem_str(&self) -> &str[src]fn name_str(&self) -> &str[src]fn create_parent_dir_all(&self) -> Result<()>[src]fn mkdir_after_remove(&self) -> Result<PathBuf>[src]fn merge<P: AsRef<Path>>(&self, append: P) -> PathBuf[src]fn is_file(&self) -> bool[src]fn is_dir(&self) -> bool[src]fn walk_dir<F: Fn(&Path) -> bool>(&self, filter: F) -> Vec<PathBuf>[src]