Struct cpp_demangle::ast::ParseContext [−][src]
pub struct ParseContext { /* fields omitted */ }
Expand description
Common context needed when parsing.
Implementations
Construct a new ParseContext
.
Get the current recursion level for this context.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ParseContext
impl Send for ParseContext
impl !Sync for ParseContext
impl Unpin for ParseContext
impl UnwindSafe for ParseContext
Blanket Implementations
Mutably borrows from an owned value. Read more