fn is_impl_trait(param: &GenericParam<'_>) -> boolExpand description
Synthetic type-parameters are inserted after normal ones. In order for normal parameters to be able to refer to synthetic ones, scans them first.
fn is_impl_trait(param: &GenericParam<'_>) -> boolSynthetic type-parameters are inserted after normal ones. In order for normal parameters to be able to refer to synthetic ones, scans them first.