pub(crate) trait HirNode {
    fn hir_id(&self) -> HirId;
    fn span(&self) -> Span;
}

Required Methods

Implementations on Foreign Types

Implementors