blob: dd29d29353582e81733cad7d32979243749d6f50 [file] [log] [blame] [edit]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module mojo_base.mojom;
// A struct that contains nothing. This can be useful in places where
// mojo has to return something, but the interface has nothing interesting
// to return.
struct Empty {};