CompilationDatabase

Type Alias CompilationDatabase 

Source
pub type CompilationDatabase = Vec<CompileCommand>;
Expand description

Represents a compile_commands.json file

Aliased Typeยง

pub struct CompilationDatabase { /* private fields */ }