Skip to main content

HttpTraceLayer

Type Alias HttpTraceLayer 

Source
pub type HttpTraceLayer = TraceLayer<SharedClassifier<ServerErrorsAsFailures>>;
Expand description

Concrete type returned by trace_layer — spelled out once here so callers don’t need to name tower_http’s classifier generics themselves.

Aliased Type§

pub struct HttpTraceLayer { /* private fields */ }