Struct backtrace::SymbolName [] [src]

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

A wrapper around a symbol name to provide ergonomic accessors to the demangled name, the raw bytes, the raw string, etc.

Methods

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

[src]

Creates a new symbol name from the raw underlying bytes.

[src]

Returns the raw symbol name as a str if the symbols is valid utf-8.

[src]

Returns the raw symbol name as a list of bytes

Trait Implementations

impl<'a> Display for SymbolName<'a>
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for SymbolName<'a>

impl<'a> Sync for SymbolName<'a>