Skip to main content

convert_path

Function convert_path 

Source
pub fn convert_path(
    input: impl AsRef<Path>,
    output: Option<impl AsRef<Path>>,
    from: Option<Format>,
    to: Option<Format>,
) -> Result<String>