Type Definition pdl_compiler::ast::SourceDatabase

source ·
pub type SourceDatabase = SimpleFiles<String, String>;
Expand description

Source database. Stores the source file contents for reference.