Type Definition pdl_compiler::ast::SourceDatabase
source · pub type SourceDatabase = SimpleFiles<String, String>;
Expand description
Source database. Stores the source file contents for reference.
pub type SourceDatabase = SimpleFiles<String, String>;
Source database. Stores the source file contents for reference.