ContextualCallback<T> typedef

ContextualCallback<T> = T Function(RulesString _)

A callback that provides information about the current rules context

Implementation

typedef ContextualCallback<T> = T Function(RulesString _);