[][src]Function color_backtrace::default_frame_filter

pub fn default_frame_filter(frames: &mut Vec<&Frame>)

The default frame filter. Heuristically determines whether a frame is likely to be an uninteresting frame. This filters out post panic frames and runtime init frames and dependency code.