rustdoc::clean

Function 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.