Class Raw::MacroItems
INTERNAL: Do not use. A sequence of items generated by a macro. For example:
mod foo{
include!("common_definitions.rs");
#[an_attribute_macro]
fn foo() {
println!("Hello, world!");
}
#[derive(Debug)]
struct Bar;
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getItem | Gets the |
| getNumberOfItems | Gets the number of items of this macro items. |
| toString |