Function rustdoc::clean::is_impl_trait

source ยท
fn is_impl_trait(param: &GenericParam<'_>) -> bool
Expand 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.