Function span_with_extra

Source
pub fn span_with_extra<'a>(
    s: &'a str,
    extra: Arc<String>,
) -> Wrap<LocatedSpan<&'a str, Arc<String>>>