pub type TokenHandler = fn(_: CaptureLocations, _: &String, _: &mut TokenContext);
Expand description

A function which handles a match, and then outputs the corresponding tokens.