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.RawDirect supertypes
Indirect supertypes
Predicates
| getTypeRepr | Gets the type representation of this ret type representation, if it exists. |
| toString |