render_all_impls in rustdoc::html::render - Rust (original) (raw)
Function render_all_impls
fn render_all_impls(
w: impl Write,
cx: &Context<'_>,
containing_item: &Item,
concrete: &[&Impl],
synthetic: &[&Impl],
blanket_impl: &[&Impl],
)