Function rustdoc::html::render::render_all_impls

source ·
pub(crate) fn render_all_impls(
    w: impl Write,
    cx: &mut Context<'_>,
    containing_item: &Item,
    concrete: &[&Impl],
    synthetic: &[&Impl],
    blanket_impl: &[&Impl]
)