pub trait RequestIDMessage {
// Required method
fn request_id(&self) -> RequestID;
}
Expand description
Extension trait for retrieving request IDs from HttpMessage
Required Methods§
Sourcefn request_id(&self) -> RequestID
fn request_id(&self) -> RequestID
Get the request ID associated with the request
If no ID exists, a new one will be generated