Skip to main content

write_toml

Function write_toml 

Source
pub fn write_toml<P: AsRef<Path>, O: Serialize + Debug>(
    o: &O,
    p: P,
) -> Result<(), String>