FrameInfoMap

Type Alias FrameInfoMap 

Source
pub type FrameInfoMap<'a> = BTreeMap<CodeModuleId, &'a [u8]>;
Expand description

Contains stack frame information for CodeModules

This information is required by the stackwalker in case framepointers are missing in the raw stacktraces. Frame information is given as plain ASCII text as specified in the Breakpad symbol file specification.

Aliased Typeยง

pub struct FrameInfoMap<'a> { /* private fields */ }