Skip to main content

file_json_field

Function file_json_field 

Source
pub fn file_json_field<T: DeserializeOwned>(
    json_file_path: &Path,
    field_name: &str,
) -> Result<T>