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