Skip to main content

convert_image_file_stem

Function convert_image_file_stem 

Source
pub fn convert_image_file_stem<T, E>(
    image_path: T,
    new_image_stem: E,
) -> Result<PathBuf>
where T: AsRef<Path>, E: AsRef<str>,