Skip to main content

write_bincode

Function write_bincode 

Source
fn write_bincode<T: Serialize>(path: &Path, value: &T) -> Result<(), CliError>