fn extend_bounded_identity_rejections_with_drop_paths(
target: &mut Vec<GraphIdentityRejection>,
target_keys: &mut BTreeSet<IdentityRejectionKey>,
incoming: impl IntoIterator<Item = GraphIdentityRejection>,
dropped_paths: &mut BTreeSet<String>,
) -> Result<u64, CliError>Expand description
Merge typed details and retain the exact paths that lost a distinct row.