Skip to main content

read_private_json_file

Function read_private_json_file 

Source
pub async fn read_private_json_file<T: DeserializeOwned>(
    path: &Path,
) -> Result<T>
Expand description

Read and deserialize a category-owned private JSON file.