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

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