Function assoc_type

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