Skip to main content

CompilerOptionsPathsMap

Type Alias CompilerOptionsPathsMap 

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

Aliased Typeยง

pub struct CompilerOptionsPathsMap { /* private fields */ }