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