Trait cap_std::fs::PermissionsExt  
source · pub trait PermissionsExt {
    // Required methods
    fn mode(&self) -> u32;
    fn set_mode(&mut self, mode: u32);
    fn from_mode(mode: u32) -> Self;
}Available on Unix only.
Expand description
Unix-specific extensions to Permissions.
Required Methods§
Object Safety§
This trait is not object safe.