fn plaintext_json_read<T: Serialize + DeserializeOwned>(
path: &Path,
) -> Result<T>
Expand description
Reads a plaintext json file into a struct
fn plaintext_json_read<T: Serialize + DeserializeOwned>(
path: &Path,
) -> Result<T>
Reads a plaintext json file into a struct