render_all_impls in rustdoc::html::render - Rust (original) (raw)

rustdoc::html::render

Function render_all_impls

Source

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