fidl_fuchsia_version_common/
fidl_fuchsia_version_common.rs

1// WARNING: This file is machine generated by fidlgen.
2
3#![warn(clippy::all)]
4#![allow(unused_parens, unused_mut, unused_imports, nonstandard_style)]
5
6use bitflags::bitflags;
7use fidl::encoding::{MessageBufFor, ProxyChannelBox, ResourceDialect};
8use futures::future::{self, MaybeDone, TryFutureExt};
9use zx_status;
10
11/// The ABI revision denotes the semantics of the Fuchsia System Interface that
12/// an application expects the platform to provide. ABI revision values are
13/// chosen at random.
14pub type AbiRevision = u64;
15
16/// The API level denotes a set of APIs available when building an application
17/// for a given release of the FUCHSIA IDK. API levels are assigned in
18/// increasing order.
19pub type ApiLevel = u64;
20
21mod internal {
22    use super::*;
23}