Trait symbolic_debuginfo::BreakpadData[][src]

pub trait BreakpadData {
    fn has_breakpad_data(&self) -> bool;
fn breakpad_records(&self) -> BreakpadRecords; }

Gives access to Breakpad debugging information.

Required Methods

Determines whether this Object contains Breakpad debugging information.

Important traits for BreakpadRecords<'data>

Returns an iterator over all records of the Breakpad symbol file.

Implementors