Skip to main content

write_private_json_file

Function write_private_json_file 

Source
pub async fn write_private_json_file<T: Serialize>(
    path: &Path,
    data: &T,
) -> Result<()>
Expand description

Serialize and atomically write a category-owned private JSON file.