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

Class Raw::RetTypeRepr

INTERNAL: Do not use. A return type in a function signature.

For example:

fn foo() -> i32 { 0 }
//       ^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getTypeRepr

Gets the type representation of this ret type representation, if it exists.

toString