chromium/services/network/public/cpp/hash_value_mojom_traits.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string.h>

#include "services/network/public/cpp/hash_value_mojom_traits.h"

namespace mojo {

// static
bool StructTraits<
    network::mojom::SHA256HashValueDataView,
    net::SHA256HashValue>::Read(network::mojom::SHA256HashValueDataView in,
                                net::SHA256HashValue* out) {}

}  // namespace mojo