Skip to main content

write_ctoml

Function write_ctoml 

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