Function rustdoc::html::render::print_item::render_implementor

source ·
fn render_implementor(
    cx: &mut Context<'_>,
    implementor: &Impl,
    trait_: &Item,
    w: &mut Buffer,
    implementor_dups: &FxHashMap<Symbol, (DefId, bool)>,
    aliases: &[String]
)