pub fn request_from_paths(
input: impl AsRef<Path>,
output: impl AsRef<Path>,
) -> Result<ConversionRequest, RouteInferenceError>Expand description
Creates a balanced, no-overwrite request inferred from two paths.
The paths do not need to exist until the request is validated or started.