Type Alias SourceDatabase

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

Source database. Stores the source file contents for reference.

Aliased Typeยง

pub struct SourceDatabase { /* private fields */ }