pub fn match_cross_language_result_validation(
left: &SemanticOperationGraph,
right: &SemanticOperationGraph,
) -> Option<CrossLanguageRuleMatch>Expand description
Match a Rust Result presence branch with the C++ expected counterpart.
Both helpers confirm the standard family. This stays a branch-level rule: it does not infer propagation or handling from either branch body.