pub fn fold_role_attribute<F, T, T2>( folder: &mut F, node: RoleAttribute, ) -> RoleAttributewhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,