Type Definition runtime::bytecode::ContextId

source · []
pub type ContextId = u16;
Expand description

Unique to each function in source code. Unlike FrameId, multiple frames can share a ContextID if they came from the same function of source code.