type_matches

Function type_matches 

Source
pub fn type_matches(ty: &Type, target_param: &GenericParam) -> bool
Expand description

Naive type equality test by comparing their text representations.