(&mut self, function: Function)
| 33 | #[derive(Debug, Clone, PartialEq, Eq, Hash)] |
| 34 | pub struct SourceLocation { |
| 35 | pub file_name: String, |
| 36 | pub line: u32, |
| 37 | } |
| 38 | |
| 39 | /// A source-level Rust variable that can be represented by a JVM local slot. |
| 40 | #[derive(Debug, Clone, PartialEq, Eq, Hash)] |
| 41 | pub struct DebugVariable { |
no test coverage detected