[][src]Function syn::fold::fold_type_param

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