Function save

Source
pub fn save<T>(path: impl AsRef<Path>, value: &T) -> Result<()>
where T: ?Sized + Serialize,