This is probably a slight case of "I'm not cafeinated (enough) yet", but in implementing a tracing layer in #tracing #rust , how am I supposed to get the values of the fields stored in the span from on_event() ? It's easy to get the field names through ctx.current_span().metadata().fields() but how do I get the values? 馃槫