pub type StacktraceEntry = StacktraceEntry;Expand description
Represents the information about one line of the stack trace.
Aliased Type§
pub struct StacktraceEntry {
pub address: u64,
pub function: String,
pub module: String,
pub offset: u64,
pub debug: DebugInfo,
}Fields§
§address: u64Function address
function: StringFunction name
module: StringModule name
offset: u64Offset in module
debug: DebugInfoDebug information