Skip to main content

extract_frames

Function extract_frames 

Source
pub fn extract_frames(backtrace: &Backtrace) -> Vec<FrameView>
Expand description

Extract FrameViews from a backtrace. Resolves a clone so an unresolved capture is symbolized only when formatted.