// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/public/cpp/web_transport_error_mojom_traits.h" namespace mojo { bool StructTraits< network::mojom::WebTransportErrorDataView, net::WebTransportError>::Read(network::mojom::WebTransportErrorDataView in, net::WebTransportError* out) { … } } // namespace mojo