Type Alias hir::MacroFileRange

pub type MacroFileRange = FileRangeWrapper<MacroFileId>;

Aliased Type§

struct MacroFileRange {
    pub file_id: MacroFileId,
    pub range: TextRange,
}

Fields§

§file_id: MacroFileId§range: TextRange