fedimint_portalloc::util

Function store_json_pretty_to_file

source
pub fn store_json_pretty_to_file<T>(path: &Path, val: &T) -> Result<()>
where T: Serialize,