openvm_instructions::exe

Type Alias FnBounds

Source
pub type FnBounds = BTreeMap<u32, FnBound>;
Expand description

Stores the starting address, end address, and name of a set of function.

Aliased Typeยง

struct FnBounds { /* private fields */ }