Skip to main content

FsSetPermissions

Trait FsSetPermissions 

Source
pub trait FsSetPermissions: BaseFsSetPermissions {
    // Provided method
    fn fs_set_permissions(
        &self,
        path: impl AsRef<Path>,
        mode: u32,
    ) -> Result<()> { ... }
}

Provided Methods§

Source

fn fs_set_permissions(&self, path: impl AsRef<Path>, mode: u32) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§