Trait btfuse::PathExt

source ·
pub(crate) trait PathExt {
    // Required method
    fn try_create_dir(&self) -> Result<()>;
}

Required Methods§

Implementors§

source§

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