pub trait GenericContext { }
Expand description

A context which provides a language-agnostic scoreboard. This is used by the language-specific scoreboards to communicate with the global scoreboard.

Implementors