Type Alias HirFileRange

Source
pub type HirFileRange = FileRangeWrapper<HirFileId>;

Aliased Type§

pub struct HirFileRange {
    pub file_id: HirFileId,
    pub range: TextRange,
}

Fields§

§file_id: HirFileId§range: TextRange

Implementations§

Trait Implementations§

Source§

impl From<FileRangeWrapper<EditionedFileId>> for HirFileRange

Source§

fn from(value: FileRange) -> Self

Converts to this type from the input type.