pub type RequestId = Uuid;
A unique identifier for a request.
struct RequestId(/* private fields */);