save_toml

Function save_toml 

Source
pub fn save_toml<T, P: AsRef<Path>>(data: &T, path: P) -> Result<(), Error>
where T: Serialize,