Struct backtrace::SymbolName [] [src]

pub struct SymbolName<'a> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Creates a new symbol name from the raw underlying bytes.

[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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

[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

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