Trait async_std::os::unix::fs::DirBuilderExt[][src]

pub trait DirBuilderExt {
    fn mode(&mut self, mode: u32) -> &mut Self;
}
This is supported on Unix only.
Expand description

Unix-specific extensions to DirBuilder.

Required methods

Sets the mode to create new directories with. This option defaults to 0o777.

Implementors