Skip to main content

write_json

Function write_json 

Source
fn write_json<T>(
    path: &Path,
    entry_key: Option<String>,
    value: &T,
) -> Result<(), CacheError>
where T: Serialize,