write_json_file_with_lock

Function write_json_file_with_lock 

Source
pub fn write_json_file_with_lock<T: Serialize>(
    path: impl AsRef<Path>,
    data: &T,
) -> Result<(), JsonError>