Enum breakpad_symbols::SymbolResult [] [src]

pub enum SymbolResult {
    Ok(SymbolFile),
    NotFound,
    LoadError(&'static str),
}

Possible results of locating symbols.

Variants

Symbols loaded successfully.

Symbol file could not be found.

Error loading symbol file.

Trait Implementations

impl Debug for SymbolResult
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SymbolResult
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.