Function assoc_href_attr

Source
fn assoc_href_attr<'a, 'tcx>(
    it: &Item,
    link: AssocItemLink<'a>,
    cx: &Context<'tcx>,
) -> Option<impl Display + 'a + Captures<'tcx>>
Expand description

Build a (possibly empty) href attribute (a key-value pair) for the given associated item.