fidl_fuchsia_version/fidl_fuchsia_version.rs
// WARNING: This file is machine generated by fidlgen.
#![warn(clippy::all)]
#![allow(unused_parens, unused_mut, unused_imports, nonstandard_style)]
use bitflags::bitflags;
use fidl::client::QueryResponseFut;
use fidl::encoding::{MessageBufFor, ProxyChannelBox, ResourceDialect};
use fidl::endpoints::{ControlHandle as _, Responder as _};
use futures::future::{self, MaybeDone, TryFutureExt};
use zx_status;
/// The ABI revision denotes the semantics of the Fuchsia System Interface that
/// an application expects the platform to provide. ABI revision values are
/// chosen at random.
pub type AbiRevision = u64;
/// The API level denotes a set of APIs available when building an application
/// for a given release of the FUCHSIA IDK. API levels are assigned in
/// increasing order.
pub type ApiLevel = u64;
mod internal {
use super::*;
}