fn render_assoc_items<'a, 'cx: 'a>(
    cx: &'a mut Context<'cx>,
    containing_item: &'a Item,
    did: DefId,
    what: AssocItemRender<'a>
) -> impl Display + 'a + Captures<'cx>