Struct symbolic_debuginfo::ParseBreakpadError[][src]

pub struct ParseBreakpadError(_);

An error returned when parsing breakpad files fails.

Methods

impl ParseBreakpadError
[src]

Trait Implementations

impl Debug for ParseBreakpadError
[src]

Formats the value using the given formatter. Read more

impl Copy for ParseBreakpadError
[src]

impl Clone for ParseBreakpadError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations