Function rustdoc::clean::utils::clean_middle_path

source ·
pub(super) fn clean_middle_path<'tcx>(
    cx: &mut DocContext<'tcx>,
    did: DefId,
    has_self: bool,
    bindings: ThinVec<TypeBinding>,
    args: Binder<'tcx, GenericArgsRef<'tcx>>
) -> Path