save_ron_file

Function save_ron_file 

Source
pub fn save_ron_file<T>(data: &T, file: &mut File) -> Result
where T: ?Sized + Serialize,
Expand description

Saves the data passed as argument in the given file.