[][src]Trait moore::score::GenericContext

pub trait GenericContext { }

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

Implementors

impl<'lazy, 'sb, 'ast, 'ctx> GenericContext for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]

Loading content...