Function syn::fold::fold_type_param

source ·
pub fn fold_type_param<F>(f: &mut F, node: TypeParam) -> TypeParam
where F: Fold + ?Sized,