Trait leo_asg::node::Node[][src]

pub trait Node {
    fn span(&self) -> Option<&Span>;
}
Expand description

A node in the abstract semantic graph.

Required methods

Implementors