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

Class Raw::DynTraitTypeRepr

INTERNAL: Do not use. A dynamic trait object type.

For example:

let x: &dyn Debug;
//      ^^^^^^^^^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getTypeBoundList

Gets the type bound list of this dyn trait type representation, if it exists.

toString