trait GetSpan { // Required method fn get_span(self) -> Span; }
Internal helper trait for taking a span from a variety of types, to make use of WithSpan (defined below) more ergonomic at call sites.
WithSpan