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.
pub(crate) fn build_impl(
cx: &mut DocContext<'_>,
did: DefId,
attrs: Option<(&[Attribute], Option<LocalDefId>)>,
ret: &mut Vec<Item>,
)Inline an impl, inherent or of a trait. The did must be for an impl.