Struct rustdoc::core::CrateAnalysisUnstable [-] [+] [src]

pub struct CrateAnalysis {
    pub exported_items: ExportedItems,
    pub public_items: PublicItems,
    pub external_paths: ExternalPaths,
    pub external_typarams: RefCell<Option<HashMap<DefId, String>>>,
    pub inlined: RefCell<Option<HashSet<DefId>>>,
}

Fields

exported_items
public_items
external_paths
external_typarams
inlined