fn read_nonsource_file_entries_with_reader<E, F>(
config: &AtlasMapConfig,
read_text: &mut F,
) -> Result<NonsourceEntries, E>Expand description
Read non-source purpose rows through a caller-owned bounded text reader.
fn read_nonsource_file_entries_with_reader<E, F>(
config: &AtlasMapConfig,
read_text: &mut F,
) -> Result<NonsourceEntries, E>Read non-source purpose rows through a caller-owned bounded text reader.