Function rustdoc::html::render::render_impl_summary

source ยท
pub(crate) fn render_impl_summary(
    w: &mut Buffer,
    cx: &mut Context<'_>,
    i: &Impl,
    parent: &Item,
    show_def_docs: bool,
    use_absolute: Option<bool>,
    aliases: &[String],
)