Struct rustc_demangle::Demangle [] [src]

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

Representation of a demangled symbol name.

Methods

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

Returns the underlying string that's being demangled.

Trait Implementations

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

Formats the value using the given formatter.

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

Formats the value using the given formatter.