Trait apalis_core::layers::tracing::MakeSpan
source · pub trait MakeSpan<B> {
// Required method
fn make_span(&mut self, request: &JobRequest<B>) -> Span;
}Available on crate feature
trace only.Expand description
Required Methods§
sourcefn make_span(&mut self, request: &JobRequest<B>) -> Span
fn make_span(&mut self, request: &JobRequest<B>) -> Span
Make a span from a request.