Function rustdoc::html::render::render_impl_summary
source · pub(crate) fn render_impl_summary(
w: &mut Buffer,
cx: &mut Context<'_>,
i: &Impl,
parent: &Item,
containing_item: &Item,
show_def_docs: bool,
use_absolute: Option<bool>,
aliases: &[String]
)