struct AtomicFileOptions [src]
Fields
mode: File.Mode = File.default_mode
make_path: bool = false
write_buffer: []u8
Source
pub const AtomicFileOptions = struct {
mode: File.Mode = File.default_mode,
make_path: bool = false,
write_buffer: []u8,
}