Function rustdoc::html::render::render_implementor[][src]

fn render_implementor(
    cx: &Context,
    implementor: &Impl,
    w: &mut Formatter,
    implementor_dups: &FxHashMap<&str, (DefId, bool)>
) -> Result