append_existing_map_purpose_records_with_reader

Function append_existing_map_purpose_records_with_reader 

Source
fn append_existing_map_purpose_records_with_reader<E, F>(
    config: &AtlasMapConfig,
    imported: &mut BTreeMap<String, String>,
    read_text: &mut F,
) -> Result<(), E>
where E: From<AtlasMapError>, F: FnMut(&Path) -> Result<String, E>,
Expand description

Append approved map rows using the caller-owned text reader.