18e9cee63Sopenharmony_ci// Copyright (C) 2024 Huawei Device Co., Ltd. 28e9cee63Sopenharmony_ci// Licensed under the Apache License, Version 2.0 (the "License"); 38e9cee63Sopenharmony_ci// you may not use this file except in compliance with the License. 48e9cee63Sopenharmony_ci// You may obtain a copy of the License at 58e9cee63Sopenharmony_ci// 68e9cee63Sopenharmony_ci// http://www.apache.org/licenses/LICENSE-2.0 78e9cee63Sopenharmony_ci// 88e9cee63Sopenharmony_ci// Unless required by applicable law or agreed to in writing, software 98e9cee63Sopenharmony_ci// distributed under the License is distributed on an "AS IS" BASIS, 108e9cee63Sopenharmony_ci// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 118e9cee63Sopenharmony_ci// See the License for the specific language governing permissions and 128e9cee63Sopenharmony_ci// limitations under the License. 138e9cee63Sopenharmony_ci 148e9cee63Sopenharmony_cistruct Fetcher {} 158e9cee63Sopenharmony_ci 168e9cee63Sopenharmony_ciimpl Fetcher { 178e9cee63Sopenharmony_ci fn new() -> Self { 188e9cee63Sopenharmony_ci Self {} 198e9cee63Sopenharmony_ci } 208e9cee63Sopenharmony_ci} 21