Function rustdoc::html::render::render_impl_summary[][src]

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