pub fn save_ron_file<T>(data: &T, file: &mut File) -> Resultwhere T: ?Sized + Serialize,
Saves the data passed as argument in the given file.