convert_progress

Function convert_progress 

Source
pub fn convert_progress<I, O, P>(
    input: I,
    output: Option<O>,
    format: Format,
    progress: P,
) -> Result<()>
where I: AsRef<Path>, O: AsRef<Path> + Sync, P: ProgressHandler + Sync,
Expand description

Convert dir or file (hkx, xml).

§Note

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

§Errors

Failed to convert.