convert_file

Function convert_file 

Source
pub fn convert_file(
    input_path: &Path,
    output_path: &Path,
    output_format: &str,
) -> Result<(), String>
Expand description

Converts file from one format to another