pub trait GetSpan<T>: Sealed<T> {
// Required method
fn span_for(&self, target: &T) -> Span;
}
🛈 Note: This is pre-release documentation
for the upcoming tracing
0.2.0 ecosystem.
For the release documentation, please see docs.rs, instead.