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

Module PathSegment

This module provides the public class PathSegment.

Import path

import codeql.rust.elements.PathSegment

Imports

AstNode

This module provides the public class AstNode.

GenericArgList

This module provides the public class GenericArgList.

NameRef

This module provides the public class NameRef.

ParenthesizedArgList

This module provides the public class ParenthesizedArgList.

PathTypeRepr

This module provides the public class PathTypeRepr.

RetTypeRepr

This module provides the public class RetTypeRepr.

ReturnTypeSyntax

This module provides the public class ReturnTypeSyntax.

TypeRepr

This module provides the public class TypeRepr.

Aliases

PathSegment

A path segment, which is one part of a whole path. For example: - HashMap - HashMap<K, V> - Fn(i32) -> i32 - widgets(..) - <T as Iterator>