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

Module PathTypeRepr

This module provides the public class PathTypeRepr.

Import path

import codeql.rust.elements.PathTypeRepr

Imports

Path

This module provides the public class Path.

TypeRepr

This module provides the public class TypeRepr.

Aliases

PathTypeRepr

A path referring to a type. For example: rust type X = std::collections::HashMap<i32, i32>; type Y = X::Item;