Struct cpp_demangle::ast::LambdaSig [−][src]
pub struct LambdaSig(_);
The <lambda-sig> production.
<lambda-sig> ::= <parameter type>+ # Parameter types or "v" if the lambda has no parameters
pub struct LambdaSig(_);
The <lambda-sig> production.
<lambda-sig> ::= <parameter type>+ # Parameter types or "v" if the lambda has no parameters
impl Eq for LambdaSig[src]impl StructuralEq for LambdaSig[src]impl StructuralPartialEq for LambdaSig[src]impl RefUnwindSafe for LambdaSigimpl Send for LambdaSigimpl Sync for LambdaSigimpl Unpin for LambdaSigimpl UnwindSafe for LambdaSig