[go: up one dir, main page]

Type Alias cargo_deny::diag::KrateCoord

source ·
pub type KrateCoord = Coord;

Aliased Type§

struct KrateCoord {
    pub file: FileId,
    pub span: Range<usize>,
}

Fields§

§file: FileId§span: Range<usize>