Struct UserVariableValue
pub struct UserVariableValue {
pub variable: Variable,
pub def_site: Location,
pub after: bool,
pub value: PossibleValueSet,
}Fields§
§variable: Variable§def_site: Location§after: bool§value: PossibleValueSet