Skip to main content

set_file

Function set_file 

Source
pub fn set_file(path: impl AsRef<Path>) -> Result<()>
Expand description

Sets the output target to a file.

ยงErrors

This function will return an error if the file cannot be opened for writing.