Trait OpenOptionsExt

trait OpenOptionsExt

WASI-specific extensions to OpenOptions.

Required Methods

fn custom_flags(self: &mut Self, flags: i32) -> &mut Self

Pass custom flags to the flags argument of open.

Implementors