pub type BreakpadFileMap<'d> = BTreeMap<u64, &'d str>;
Expand description

A map of file paths by their file ID.

Aliased Type§

struct BreakpadFileMap<'d> { /* private fields */ }