INTERNAL: Do not use. A module declaration. For example:
mod foo;
mod bar {
pub fn baz() {}
}
Import path
import codeql.rust.elements.internal.generated.RawIndirect supertypes
Predicates
| getAttr | Gets the |
| getItemList | Gets the item list of this module, if it exists. |
| getName | Gets the name of this module, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this module. |
| getVisibility | Gets the visibility of this module, if it exists. |
| toString |
Inherited predicates
| getAttributeMacroExpansion | Gets the attribute macro expansion of this item, if it exists. | from Item |