Function rustdoc::html::render::assoc_type

source ·
fn assoc_type(
    w: &mut Buffer,
    it: &Item,
    generics: &Generics,
    bounds: &[GenericBound],
    default: Option<&Type>,
    link: AssocItemLink<'_>,
    indent: usize,
    cx: &Context<'_>
)