rustdoc::html::render::sidebar

Function sidebar_render_assoc_items

source
fn sidebar_render_assoc_items(
    cx: &Context<'_>,
    id_map: &mut IdMap,
    concrete: Vec<&Impl>,
    synthetic: Vec<&Impl>,
    blanket_impl: Vec<&Impl>,
    items: &mut Vec<LinkBlock<'_>>,
)
Expand description

Renders the trait implementations for this type