flux_refineck::primops

Type Alias RuleMatcher

Source
type RuleMatcher<const N: usize> = fn(_: &[(BaseTy, Expr); N]) -> Option<MatchedRule>;