pub fn combine_subqueries<const N: usize, T, S>(
subqueries: [BTreeMap<String, S>; N],
) -> BTreeMap<String, S>Expand description
Combines multiple response schemas into one. Panics if there are name collisions.
Used internally in the implementation of QueryResponses when using #[query_responses(nested)]