RouteMatchVisitor typedef

RouteMatchVisitor = bool Function(RouteMatchBase)

The function signature for RouteMatchList.visitRouteMatches

Return false to stop the walk.

Implementation

typedef RouteMatchVisitor = bool Function(RouteMatchBase);