Skip to main content

Node

Trait Node 

Source
pub trait Node: Display + SourceLocation { }
Expand description

Trait implemented by all AST nodes. Used to aggregate traits expected to be implemented.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§