Type Alias ProcMacroPaths

Source
pub type ProcMacroPaths = FxHashMap<CrateBuilderId, Result<(String, AbsPathBuf), ProcMacroLoadingError>>;

Aliased Typeยง

pub struct ProcMacroPaths { /* private fields */ }