Function write

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

Serialize into file