pub fn validate_set_variable(
key: &Token,
bv: &BV,
data: &Everything,
sc: &mut ScopeContext,
_tooltipped: Tooltipped,
)Expand description
A specific validator for the three set_variable effects (global, local, and default).