fidl_next_fuchsia_version/
fidl_next_fuchsia_version.rs1#![warn(clippy::all)]
3#![allow(unused_parens, unused_variables, unused_mut, unused_imports, unreachable_code)]
4
5#[doc = " The ABI revision denotes the semantics of the Fuchsia System Interface that\n an application expects the platform to provide. ABI revision values are\n chosen at random.\n"]
6pub type AbiRevision = u64;
7
8pub type WireAbiRevision = ::fidl_next::WireU64;
10
11#[doc = " The API level denotes a set of APIs available when building an application\n for a given release of the FUCHSIA IDK. API levels are assigned in\n increasing order.\n"]
12pub type ApiLevel = u64;
13
14pub type WireApiLevel = ::fidl_next::WireU64;
16
17pub mod compat {}