Function rustdoc::clean::inline::build_impl
source ยท pub(crate) fn build_impl(
cx: &mut DocContext<'_>,
did: DefId,
attrs: Option<(&[Attribute], Option<DefId>)>,
ret: &mut Vec<Item>,
)Expand description
Inline an impl, inherent or of a trait. The did must be for an impl.