Type Alias pdl_compiler::ast::SourceDatabase

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

Source database. Stores the source file contents for reference.

Aliased Type§

struct SourceDatabase { /* private fields */ }