Type Alias AbiRevision
pub type AbiRevision = u64;
Expand description
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 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.