Function rustdoc::clean::inline::record_extern_fqn [] [src]

pub fn record_extern_fqn(cx: &DocContext, did: DefId, kind: TypeKind)
🔬 This is a nightly-only experimental API. (rustdoc)

Record an external fully qualified name in the external_paths cache.

These names are used later on by HTML rendering to generate things like source links back to the original item.