pub trait WithPos {
    fn copy_span(&self) -> GPosIdx;
}
Expand description

An IR node that may contain position information.

Required Methods

Copy the span associated with this node.

Implementors