Module brane_exe::frame_stack
source · Expand description
Implements the FrameStack, which is a more lightweight stack meant specifically for pushing return addresses and such.
Re-exports§
pub use crate::errors::FrameStackError as Error;
Structs§
- Implements a FrameStack, which is used to keep track of function calls and their expected return types.