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

Module Callable

This module provides the public class Callable.

Import path

import codeql.rust.elements.Callable

Imports

AstNode

This module provides the public class AstNode.

Attr

This module provides the public class Attr.

Expr

This module provides the public class Expr.

Param

This module provides the public class Param.

ParamList

This module provides the public class ParamList.

Aliases

Callable

A callable. Either a Function or a ClosureExpr.