pub fn with_frames_innermost_first<F, R>(f: F) -> Rwhere
F: FnOnce(&[ScopeFrame]) -> R,Expand description
Visit every active scope frame innermost-first. Used by
auto_fill_envelope and by obs::SpanTrace.
pub fn with_frames_innermost_first<F, R>(f: F) -> Rwhere
F: FnOnce(&[ScopeFrame]) -> R,Visit every active scope frame innermost-first. Used by
auto_fill_envelope and by obs::SpanTrace.