BreakpadFileMap

Type Alias BreakpadFileMap 

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

A map of file paths by their file ID.

Aliased Typeยง

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