Skip to main content

save_toml

Function save_toml 

Source
pub fn save_toml<T>(path: &Path, value: &T) -> Result<()>
where T: Serialize,