Function find_generic_param

Source
fn find_generic_param(
    tcx: TyCtxt<'_>,
    def_id: DefId,
    type_ident: String,
) -> Option<Ty<'_>>
Expand description

Find generic type parameters in the parameter list