convert_file

Function convert_file 

Source
pub fn convert_file<I, O>(
    input: I,
    output: Option<O>,
    format: Format,
) -> Result<()>
where I: AsRef<Path>, O: AsRef<Path>,
Expand description

Convert hkx/xml file and vice versa.

§Note

If output is not specified, the output is placed at the same level as input.

§Errors

Failed to convert.