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

fn assoc_type<W: Write>(
    w: &mut W,
    it: &Item,
    bounds: &[GenericBound],
    default: Option<&Type>,
    link: AssocItemLink
) -> Result