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.RawINTERNAL: Do not use. A path referring to a type. For example:
type X = std::collections::HashMap<i32, i32>;
type Y = X::Item;
import codeql.rust.elements.internal.generated.Raw