pub struct Span { /* private fields */ }Expand description
A Span records a single execution of code associated with a
CallSite.
This is not usually constructed manually but with either the
spanned or instrument macros.
pub struct Span { /* private fields */ }A Span records a single execution of code associated with a
CallSite.
This is not usually constructed manually but with either the
spanned or instrument macros.