Module Impl
INTERNAL: This module contains the customizable definition of CallExpr and should not
be referenced directly.
Import path
import codeql.rust.elements.internal.CallExprImplPredicates
Classes
| CallExpr | NOTE: Consider using |
| CallExprCall | A call expression that is not an instantiation of a tuple struct or a tuple variant. |
| CallExprMethodCall | A call expression that is a potential method call. |
| DynamicCallExpr | A call expression that targets a closure (or any value that implements |
| TupleStructExpr | A call expression that instantiates a tuple struct. |
| TupleVariantExpr | A call expression that instantiates a tuple variant. |