read_from_file_json

Function read_from_file_json 

Source
pub fn read_from_file_json<T: DeserializeOwned, P: AsRef<Path>>(
    path: P,
) -> Result<T>