Function rustdoc::clean::inline::build_impl [−][src]
pub(crate) fn build_impl(
cx: &mut DocContext<'_>,
parent_module: impl Into<Option<DefId>>,
did: DefId,
attrs: Option<Attributes<'_>>,
ret: &mut Vec<Item>
)
Expand description
Builds a specific implementation of a type. The did
could be a type method or trait method.