Type Alias CompilerOptionsPathsMap

Source
pub type CompilerOptionsPathsMap = IndexMap<String, Vec<String>, BuildHasherDefault<FxHasher>>;

Aliased Typeยง

pub struct CompilerOptionsPathsMap { /* private fields */ }