net::resource_thread

Function write_json_to_file

source
pub fn write_json_to_file<T>(data: &T, config_dir: &Path, filename: &str)
where T: Serialize,