pub fn match_registered_pipeline(
left: &SemanticOperationGraph,
right: &SemanticOperationGraph,
) -> Option<RuleMatch>Expand description
Match two equivalent registered API pipelines without comparing API spelling.
This permits, for example, Rust filter/map/collect and C++
copy_if/transform/push_back only when their closed operation sequences
and known type categories agree. Different BuildVariants never match.