#ifndef MOJO_PUBLIC_CPP_BINDINGS_TESTS_CONTAINERS_OF_NULLABLE_TYPES_MOJOM_TRAITS_H_
#define MOJO_PUBLIC_CPP_BINDINGS_TESTS_CONTAINERS_OF_NULLABLE_TYPES_MOJOM_TRAITS_H_
#include "mojo/public/interfaces/bindings/tests/containers_of_nullable_types.mojom.h"
namespace mojo::test::containers_of_nullable_types {
struct NativeStruct { … };
}
namespace mojo {
NativeStruct;
using test::containers_of_nullable_types::mojom::RegularEnum;
using test::containers_of_nullable_types::mojom::TypemappedContainerDataView;
template <>
struct StructTraits<TypemappedContainerDataView, NativeStruct> { … };
}
#endif