Type Definition pdl_compiler::ast::FileId
source · pub type FileId = usize;
Expand description
File identfiier. References a source file in the source database.
pub type FileId = usize;
File identfiier. References a source file in the source database.