Function set

Source
pub fn set(
    path: impl AsRef<Path>,
    key: impl AsRef<str>,
    value: impl AsRef<str>,
) -> Result<Vec<(String, String)>>