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