Skip to main content

set_path_value

Function set_path_value 

Source
pub fn set_path_value(
    input: impl AsRef<Path>,
    output: impl AsRef<Path>,
    query: &str,
    raw_value: &str,
    value_format: ValueFormat,
    from: Option<Format>,
    to: Option<Format>,
    overwrite: bool,
) -> Result<String>