Function write

Source
pub fn write<T, P: AsRef<Path>>(path: P, value: &T) -> Result<()>
where T: Serialize,
Expand description

Serialize into file