fn process_assembly_results(
    v: Value,
    search_query: String,
    suggestions_text: Option<Vec<Option<String>>>
) -> Result<AssemblyCollector>
Expand description

The assembly counterpart to the above function.