struct AtomicFileOptions [src]

Fields

mode: File.Mode = File.default_mode
make_path: bool = false

Source

pub const AtomicFileOptions = struct { mode: File.Mode = File.default_mode, make_path: bool = false, }