(report: &Report<E>)
| 212 | } |
| 213 | |
| 214 | pub fn frame_kinds<E>(report: &Report<E>) -> Vec<FrameKind<'_>> { |
| 215 | remove_builtin_frames(report).map(Frame::kind).collect() |
| 216 | } |
| 217 | |
| 218 | #[cfg(feature = "backtrace")] |
| 219 | pub fn supports_backtrace() -> bool { |
nothing calls this directly
no test coverage detected