save_bincode

Function save_bincode 

Source
pub fn save_bincode<T, P>(path: P, obj: &T) -> Result<()>
where T: Serialize, P: AsRef<Path>,