write_object_to_file

Function write_object_to_file 

Source
pub fn write_object_to_file<T: Serialize, P: AsRef<Path>>(
    path: P,
    data: T,
) -> Result<()>