rustdoc::html::render

Function 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],
)