pub type DebugFrameStack = SlotStack<DebugFrameEntry>;Expand description
The runtime’s one reservation of per-call frame entries.
Aliased Type§
pub struct DebugFrameStack { /* private fields */ }pub type DebugFrameStack = SlotStack<DebugFrameEntry>;The runtime’s one reservation of per-call frame entries.
pub struct DebugFrameStack { /* private fields */ }