pub trait Node: Display + SourceLocation { }Expand description
Trait implemented by all AST nodes. Used to aggregate traits expected to be implemented.
pub trait Node: Display + SourceLocation { }Trait implemented by all AST nodes. Used to aggregate traits expected to be implemented.