Trait rustc_typeck::mem_categorization::HirNode[][src]

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

Required methods

Implementations on Foreign Types

Implementors