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