pub fn visit_role_attribute<'ast, V, T>( visitor: &mut V, node: &'ast RoleAttribute, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,