🛈 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::service_span::make::layer

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