SourcePath

Type Alias SourcePath 

Source
pub type SourcePath = Vec<SourcePathSegment>;
Expand description

A path in source representation.

Aliased Typeยง

pub struct SourcePath { /* private fields */ }