Skip to main content

with_frames_innermost_first

Function with_frames_innermost_first 

Source
pub fn with_frames_innermost_first<F, R>(f: F) -> R
where F: FnOnce(&[ScopeFrame]) -> R,
Expand description

Visit every active scope frame innermost-first. Used by auto_fill_envelope and by obs::SpanTrace.