Enum tcl::interpreter::SetVariableScope [] [src]

pub enum SetVariableScope {
    Standard,
    GlobalOnly,
    NamespaceOnly,
}

When setting variables, which scope to look in

Variants

Set the variable at the current scope

Set the variable at global scope

Set the variable at namespace scope