Path

Type Alias Path 

Source
pub type Path = Vec<PathSegment>;
Expand description

A path to a location within a type structure

Aliased Typeยง

pub struct Path { /* private fields */ }