Struct time_graph::Span [−][src]
pub struct Span { /* fields omitted */ }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.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Spanimpl UnwindSafe for Span