pub fn scatter_select<'a>(
responses: &'a [ScatterResponse],
criteria: &SelectionCriteria,
) -> Option<&'a ScatterResponse>Expand description
Select the best response from scatter-gather results.
pub fn scatter_select<'a>(
responses: &'a [ScatterResponse],
criteria: &SelectionCriteria,
) -> Option<&'a ScatterResponse>Select the best response from scatter-gather results.