Skip to main content

DebugFrameStack

Type Alias DebugFrameStack 

Source
pub type DebugFrameStack = SlotStack<DebugFrameEntry>;
Expand description

The runtime’s one reservation of per-call frame entries.

Aliased Type§

pub struct DebugFrameStack { /* private fields */ }