Struct msvc_demangler::ParseResult [] [src]

pub struct ParseResult<'a> {
    pub symbol: NameSequence<'a>,
    pub symbol_type: Type<'a>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ParseResult<'a>

impl<'a> Sync for ParseResult<'a>