rocket::serde::uuidType Alias Bytes
Source pub type Bytes = [u8; 16];
Available on crate feature uuid
only.
Expand description
A 128-bit (16 byte) buffer containing the UUID.
§ABI
The Bytes
type is always guaranteed to be have the same ABI as Uuid
.