CodeQL library for Rust
codeql/rust-all 0.2.12 (changelog, source)
Search

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.Raw

Direct supertypes

Indirect supertypes

Predicates

getMacroCall

Gets the macro call of this macro type representation, if it exists.

toString