Searched defs:DocContext (Results 1 – 1 of 1) sorted by relevance
34 pub(crate) struct DocContext<'tcx> { struct35 pub(crate) tcx: TyCtxt<'tcx>,39 pub(crate) param_env: ParamEnv<'tcx>,41 pub(crate) external_traits: Rc<RefCell<FxHashMap<DefId, clean::Trait>>>,44 pub(crate) active_extern_traits: DefIdSet,68 impl<'tcx> DocContext<'tcx> { argument