pub fn read_data_file<T: DeserializeOwned + Hash + InternalId>(
    path: &str
) -> Option<DataFile<T>>
Expand description

Read in an ingestible file and return it. This is generic because all ingestible files are the same, they only differ in the struct that is returned.