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

Class Raw::PathTypeRepr

INTERNAL: Do not use. A path referring to a type. For example:

type X = std::collections::HashMap<i32, i32>;
type Y = X::Item;

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getPath

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

toString