fidl_data_zither_multifile/
lib.rs

1// Copyright 2022 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// DO NOT EDIT.
6// Generated from FIDL library `zither.multifile` by zither, a Fuchsia platform tool.
7
8// This crate takes an unconditional dependency on several crates. These
9// declarations satisfy any unused-crate-dependencies error that would
10// otherwise arise in cases where these crates goes unused.
11use {bitflags as _, zerocopy as _};
12
13mod a;
14pub use a::*;
15
16mod b;
17pub use b::*;
18
19mod c;
20pub use c::*;