Function rustdoc::html::render::render_impls

source ยท
pub(crate) fn render_impls(
    cx: &mut Context<'_>,
    w: impl Write,
    impls: &[&Impl],
    containing_item: &Item,
    toggle_open_by_default: bool,
)