Returns the module for this frame. This is the module who's code was being run in this frame.
(&self)
| 579 | /// |
| 580 | /// This is the module who's code was being run in this frame. |
| 581 | pub fn module(&self) -> &Module { |
| 582 | &self.module |
| 583 | } |
| 584 | |
| 585 | /// Returns a descriptive name of the function for this frame, if one is |
| 586 | /// available. |
no outgoing calls