Trait GetSpan

Source
pub trait GetSpan {
    // Required method
    fn span(&self) -> Span;
}
Expand description

Get the span for an AST node.

Required Methods§

Source

fn span(&self) -> Span

Get the Span for an AST node.

Implementors§