Type Alias Locations

Source
pub type Locations = BTreeMap<u64, Location>;
Expand description

Mapping of memory address to Location

Aliased Typeยง

struct Locations { /* private fields */ }