[−][src]Trait async_std::os::unix::fs::DirBuilderExt
This is supported on Unix only.
Unix-specific extensions to DirBuilder
.
Required methods
fn mode(&mut self, mode: u32) -> &mut Self
This is supported on Unix only.
Sets the mode to create new directories with. This option defaults to
0o777
.