Function rustdoc::clean::utils::external_path[][src]

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