Crate ast_grep_core
source ·Re-exports
Modules
Structs
’r represents root lifetime
Represents the matched node with populated MetaVarEnv.
It derefs to the Node so you can use it as a Node.
To access the underlying MetaVarEnv, call
get_env
method.