pub trait HirNode { // Required methods fn hir_id(&self) -> HirId; fn span(&self) -> Span; }
A node with a HirId and a Span
HirId
Span