pub fn type_matches(ty: &Type, target_param: &GenericParam) -> boolExpand description
Naive type equality test by comparing their text representations.
pub fn type_matches(ty: &Type, target_param: &GenericParam) -> boolNaive type equality test by comparing their text representations.