Skip to main content

write_ron

Function write_ron 

Source
pub fn write_ron<T: Serialize + ?Sized>(path: &Path, data: &T) -> Result<()>
Expand description

Serialize data to RON and write to path.