pub type SourceDatabase = SimpleFiles<String, String>;
Expand description
Source database. Stores the source file contents for reference.
Aliased Typeยง
pub struct SourceDatabase { /* private fields */ }
pub type SourceDatabase = SimpleFiles<String, String>;
Source database. Stores the source file contents for reference.
pub struct SourceDatabase { /* private fields */ }