pub fn convert_file_with_options(
path: impl AsRef<Path>,
to: TargetFormat,
from: Option<&str>,
options: &WriteOptions,
) -> Result<Conversion, Error>Expand description
Convert a case file with write-time cost policies.
pub fn convert_file_with_options(
path: impl AsRef<Path>,
to: TargetFormat,
from: Option<&str>,
options: &WriteOptions,
) -> Result<Conversion, Error>Convert a case file with write-time cost policies.