rustdoc::clean::inline

Function build_impl

source
pub(crate) fn build_impl(
    cx: &mut DocContext<'_>,
    did: DefId,
    attrs: Option<(&[Attribute], Option<LocalDefId>)>,
    ret: &mut Vec<Item>,
)
Expand description

Inline an impl, inherent or of a trait. The did must be for an impl.