pub trait NextTypeParamName {
    // Required method
    fn next_type_param_name(&self, name: Option<&str>) -> String;
}

Required Methods§

Implementations on Foreign Types§

source§

impl NextTypeParamName for &[GenericParam<'_>]

Implementors§