Class Raw::MacroTypeRepr
INTERNAL: Do not use. A type produced by a macro.
For example:
macro_rules! macro_type {
() => { i32 };
}
type T = macro_type!();
// ^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getMacroCall | Gets the macro call of this macro type representation, if it exists. |
| toString |