foundry_common::evm

Type Alias Breakpoints

Source
pub type Breakpoints = HashMap<char, (Address, usize)>;
Expand description

Map keyed by breakpoints char to their location (contract address, pc)

Aliased Type§

struct Breakpoints { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 40 bytes