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

pub trait DirBuilderExt {
    fn mode(&mut self, mode: u32) -> &mut Self;
}
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.

Loading content...

Implementors

impl DirBuilderExt for DirBuilder[src]

Loading content...