Function fill_in_template_ebml_file

Source
fn fill_in_template_ebml_file(f: &mut File, p: &Process)
Expand description

Write a new EBML file that is line-for-line identical to a reference prototype file, except replace the file’s variables with information from the Process struct.

Variables in the prototype follow this pattern: $VARIABLE, where VARIABLE represents the Process.variable field, accessed with Process.get_variable() << “variable” is not an actual field… used as syntactical example…