Enum tagua_parser::ast::Scope
[−]
[src]
pub enum Scope {
Dynamic,
Static,
}A scope.
Variants
DynamicA dynamic scope (default one).
StaticA static scope (when declared with the static keyword).