Class Raw::ExternItem
INTERNAL: Do not use. An item inside an extern block.
For example:
extern "C" {
fn foo();
static BAR: i32;
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Known direct subtypes
Inherited predicates
| getAttributeMacroExpansion | Gets the attribute macro expansion of this item, if it exists. | from Item |
| toString | from Element |