Type Alias semantic_analyzer::ast::ImportPath
source · pub type ImportPath<'a> = Vec<ImportName<'a>>;Expand description
Imports with full path of import
Aliased Type§
struct ImportPath<'a> { /* private fields */ }pub type ImportPath<'a> = Vec<ImportName<'a>>;Imports with full path of import
struct ImportPath<'a> { /* private fields */ }