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

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

Fields

exported_items
public_items
external_paths
external_traits
external_typarams
inlined