mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
## Motivation As described in #905, subscribers have no way to get the numeric value of a span ID back _out_ of a `Span`. ## Solution Add a `Span::into_u64` method that returns the inner `u64` span ID Closes #905 Signed-off-by: kleimkuhler <[email protected]>