pub async fn read_private_json_file<T: DeserializeOwned>(
path: &Path,
) -> Result<T>Expand description
Read and deserialize a category-owned private JSON file.
pub async fn read_private_json_file<T: DeserializeOwned>(
path: &Path,
) -> Result<T>Read and deserialize a category-owned private JSON file.