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

Class Raw::Abi

INTERNAL: Do not use. An ABI specification for an extern function or block.

For example:

extern "C" fn foo() {}
//     ^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getAbiString

Gets the abi string of this abi, if it exists.

toString