calyx_utils

Trait WithPos

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

An IR node that may contain position information.

Required Methods§

Source

fn copy_span(&self) -> GPosIdx

Copy the span associated with this node.

Implementors§