Skip to main content

handle

Function handle 

Source
fn handle<S>(
    layer: &Layer,
    capture: &Capture,
    event: &Event<'_>,
    ctx: &Context<'_, S>,
)
where S: Subscriber + for<'a> LookupSpan<'a>,