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

A map of file paths by their file ID.