pub type BreakpadFileMap<'d> = BTreeMap<u64, &'d str>;
A map of file paths by their file ID.
pub struct BreakpadFileMap<'d> { /* private fields */ }