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