Function tokio_convert

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

convert with cli progress.