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