fn assoc_type(
it: &Item,
generics: &Generics,
bounds: &[GenericBound],
default: Option<&Type>,
link: AssocItemLink<'_>,
indent: usize,
cx: &Context<'_>,
) -> impl Display
fn assoc_type(
it: &Item,
generics: &Generics,
bounds: &[GenericBound],
default: Option<&Type>,
link: AssocItemLink<'_>,
indent: usize,
cx: &Context<'_>,
) -> impl Display