Struct backtrace::SymbolName
source · [−]pub struct SymbolName<'a> { /* private fields */ }
Expand description
A wrapper around a symbol name to provide ergonomic accessors to the demangled name, the raw bytes, the raw string, etc.
Implementations
Creates a new symbol name from the raw underlying bytes.
Returns the raw (mangled) symbol name as a str
if the symbol is valid utf-8.
Use the Display
implementation if you want the demangled version.