pub fn parse_network_connectivity(
path: &Path,
) -> Result<Vec<NetworkConnectivityRecord>>Expand description
Parse network connectivity records from a SRUDB.dat file.
Returns all records from the
{DD6636C4-8929-4683-974E-22C046A43763} table.
§Errors
Returns an error if the file cannot be read or is not a valid ESE database.