pub trait WithPos { // Required method fn copy_span(&self) -> GPosIdx; }
An IR node that may contain position information.
Copy the span associated with this node.