Function open_output

Source
pub fn open_output<P: AsRef<Path>>(path: Option<P>) -> Fallible<File>
Expand description

Opens the output file for the reconfiguration loop.

If path is None, this reopen stdout.