write_file

Macro write_file 

Source
macro_rules! write_file {
    ($file_name:expr, $content:expr) => { ... };
}
Expand description

Macro for writing a file to the disk.