pub trait AstInfo: Debug {
    fn node_id(&self) -> NodeId;
}

Required Methods

Implementors