🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Function tracing_tower::request_span::layer

source ·
pub fn layer<R, G>(get_span: G) -> Layer<R, G>
where G: GetSpan<R> + Clone,
Available on crate feature tower-layer only.