Type Alias forc_debug::types::Breakpoints

source ·
pub type Breakpoints = HashMap<PathBuf, Vec<Breakpoint>>;

Aliased Type§

struct Breakpoints { /* private fields */ }