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
pub type MacroFileRange = FileRangeWrapper<MacroFileId>;
struct MacroFileRange {
pub file_id: MacroFileId,
pub range: TextRange,
}
file_id: MacroFileId
§range: TextRange