Path

Type Alias Path 

Source
pub type Path<'tcx> = Vec<PathChunk<'tcx>>;

Aliased Typeยง

pub struct Path<'tcx> { /* private fields */ }