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

fn render_impl(
    w: &mut Formatter,
    cx: &Context,
    i: &Impl,
    link: AssocItemLink,
    render_mode: RenderMode,
    outer_version: Option<&str>,
    show_def_docs: bool,
    use_absolute: Option<bool>
) -> Result