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

Module Impl

INTERNAL: This module contains the customizable definition of MethodCallExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.MethodCallExprImpl

Classes

MethodCallExpr

NOTE: Consider using MethodCall instead, as that also includes calls to methods using call syntax (such as Foo::method(x)), operation syntax (such as x + y), and indexing syntax (such as x[y]).