Struct backtrace_parser::Symbol[][src]

pub struct Symbol<'a> { /* fields omitted */ }

Represents a parsed symbol.

Methods

impl<'a> Symbol<'a>
[src]

Return the name of the symbol, if resolved.

Return the path of the source file, if known.

Return the line number in source file, if known.

Trait Implementations

impl<'a> Debug for Symbol<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Symbol<'a>

impl<'a> Sync for Symbol<'a>