Function rustdoc::clean::utils::external_path

source ·
pub(super) fn external_path<'tcx>(
    cx: &mut DocContext<'tcx>,
    did: DefId,
    has_self: bool,
    bindings: ThinVec<TypeBinding>,
    substs: SubstsRef<'tcx>
) -> Path