pub fn event_from_event<S>(
    event: &Event<'_>,
    _ctx: Context<'_, S>
) -> Event<'static>where
    S: Subscriber + for<'a> LookupSpan<'a>,
Available on crate feature tracing only.
Expand description

Creates an Event from a given [tracing_core::Event]