Trait tower_http::request_id::MakeRequestId
source · [−]pub trait MakeRequestId {
fn make_request_id<B>(&mut self, request: &Request<B>) -> Option<RequestId>;
}Available on crate feature
request-id only.Expand description
Trait for producing RequestIds.
Used by SetRequestId.