Function rustdoc::html::render::assoc_const

source ·
fn assoc_const(
    w: &mut Buffer,
    it: &Item,
    generics: &Generics,
    ty: &Type,
    default: Option<&ConstantKind>,
    link: AssocItemLink<'_>,
    indent: usize,
    cx: &Context<'_>
)