Skip to main content

save_json

Function save_json 

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