Trait GetSpanMut

Source
pub trait GetSpanMut {
    // Required method
    fn span_mut(&mut self) -> &mut Span;
}
Expand description

Get mutable ref to span for an AST node.

Required Methods§

Source

fn span_mut(&mut self) -> &mut Span

Get a mutable reference to an AST node’s Span.

Implementors§