pub trait GetAddress { // Required method fn address(&self) -> Address; }
Trait for getting the memory address of an AST node.
Get the memory address of a value allocated in the arena.