Struct rustc_demangle::Demangle
[−]
[src]
pub struct Demangle<'a> { /* fields omitted */ }
Representation of a demangled symbol name.
Methods
impl<'a> Demangle<'a>
[src]
Trait Implementations
impl<'a> Display for Demangle<'a>
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more