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>Expand description
Build folder purpose rows through a caller-owned bounded text reader.