build_folder_records_with_reader

Function build_folder_records_with_reader 

Source
fn build_folder_records_with_reader<E, F>(
    folders: &[String],
    config: &AtlasMapConfig,
    db_purposes: &BTreeMap<String, String>,
    read_text: &mut F,
) -> Result<(Vec<MapRecord>, Vec<String>, BTreeMap<String, Vec<String>>), E>
where E: From<AtlasMapError>, F: FnMut(&Path) -> Result<String, E>,
Expand description

Build folder purpose rows through a caller-owned bounded text reader.