pub trait HasNodeIndex {
// Required method
fn node_index(&self) -> &AtomicNodeIndex;
}Expand description
An AST node that has an index.
Required Methods§
Sourcefn node_index(&self) -> &AtomicNodeIndex
fn node_index(&self) -> &AtomicNodeIndex
Returns the AtomicNodeIndex for this node.