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