Trait OpenOptionsExt
trait OpenOptionsExt
WASI-specific extensions to OpenOptions.
Required Methods
fn custom_flags(self: &mut Self, flags: i32) -> &mut SelfPass custom flags to the
flagsargument ofopen.
Implementors
impl OpenOptionsExt for crate::fs::OpenOptions