Enum tree_sitter_graph::ast::Variable [−][src]
pub enum Variable {
Scoped(ScopedVariable),
Unscoped(UnscopedVariable),
}Expand description
A reference to a variable
Variants
Scoped(ScopedVariable)Tuple Fields of Scoped
Unscoped(UnscopedVariable)Tuple Fields of Unscoped
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.