AMQP UUID value stored as 16 network-order bytes.
Constructors
from_slice(bytes :
Bytes) : self
Copies exactly 16 bytes from bytes into a UUID.
SourceCreates a UUID from an exact static byte array.
SourceInstance methods
bytes
Returns the 16 UUID bytes.
Source