Returns an iterator over the [`Frame`] stack of the report.
(&self)
| 589 | |
| 590 | /// Returns an iterator over the [`Frame`] stack of the report. |
| 591 | pub fn frames(&self) -> Frames<'_> { |
| 592 | Frames::new(&self.frames) |
| 593 | } |
| 594 | |
| 595 | /// Visits every [`Frame`] of the report mutably, in the same order as [`frames()`]. |
| 596 | /// |
no outgoing calls