Function convert_dir
Source pub fn convert_dir<I, O, P>(
input_dir: I,
output_dir: Option<O>,
format: Format,
progress: P,
) -> Result<()>
Expand description
Convert directory.
§Note
If output is not specified, the output is placed at the same level as input.
§Errors
Failed to convert.