Type Alias diplomat_runtime::DiplomatByte

source ·
pub type DiplomatByte = u8;
Expand description

Like u8, but interpreted explicitly as a raw byte as opposed to a numerical value. This matters for languages like JavaScript or Dart, where there’s only a single numeric type, but special types for byte buffers.