Struct rustc_demangle::Demangle [] [src]

pub struct Demangle<'a> {
    // some fields omitted
}

Representation of a demangled symbol name.

Methods

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

fn as_str(&self) -> &'a str

Returns the underlying string that's being demangled.

Trait Implementations

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.