Function assoc_const

Source
fn assoc_const(
    it: &Item,
    generics: &Generics,
    ty: &Type,
    value: AssocConstValue<'_>,
    link: AssocItemLink<'_>,
    indent: usize,
    cx: &Context<'_>,
) -> impl Display