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