Skip to main content

StackTrace

Type Alias StackTrace 

Source
pub type StackTrace = Vec<u64>;
Expand description

Stack trace represented as an array of instruction pointers

Aliased Typeยง

pub struct StackTrace { /* private fields */ }